Hello!
I'm using this apache config to creating a virtual directory structure:
All requests to myhost is forced to execute site.php script ... it's working properly, but the problem is when i make requests to real directories on relative html paths, eg: /images;/includes;/cgi-bin;etc, it doesn't find this directories.
Is there any mod_rewrite rule, cond or another solutions to resolve this problem???
Kindest Regards,
marcoBR
I'm using this apache config to creating a virtual directory structure:
Code:
<VirtualHost myhost>
ServerAdmin webmaster@myhost
ServerName yourhost
DocumentRoot "/my/web/path/site.php"
</VirtualHost>
All requests to myhost is forced to execute site.php script ... it's working properly, but the problem is when i make requests to real directories on relative html paths, eg: /images;/includes;/cgi-bin;etc, it doesn't find this directories.
Is there any mod_rewrite rule, cond or another solutions to resolve this problem???
Kindest Regards,
marcoBR