Forum Moderators: phranque
Now I want to create a virtual subdomain "links".anydomain.com which should point to a different directory under root, so I can use same links script for all domains using links.anydomain.com url.
I am looking for a mod_rewrite for this, if it is possible. The directory structure I have is somthing like this:
¦_ public_html
__¦_ .htaccess
__¦_ anydomain1.com
____¦_ .htaccess
__¦_ anydomain2.com
__¦_ anydomain3.com
__¦_ anydomain4.com
__¦_ anydomain5.com
etc.