Forum Moderators: phranque
we run our own dedicated server with several virtual hosts. to keep code compact i wish all requests for one virtual host to be handled by code from another virtual host, but even a simple redirect to test doesn't appear to be working yet.
this works:
RewriteRule ^(.*)$ test.html [L]
but this doesn't:
RewriteRule ^(.*)$ /www/sites/other_vhost.com/htdocs/test.html [L]
Many thanks in advance for help.
[webmasterworld.com...]
symbolic links!
thanks for the original answer jd :)