iplexx
06-29-2001, 11:23 AM
Hi,
I guess this is more an apache question, but I didn't find the appropriate directive, and maybe anyone knows...
I want that no matter what URI is called on a domain that always the /index.php file is called, without a modified URL.
ie. if someone calls http://www.mydomain.com/anything/hello.php
the httpd should fetch mydomain.com/index.php instead but not modify the URL.
I disabled the raqs rewrite stuff, and tried around with ErrorDoc directive in httpd.conf & .htaccess, but this modifies the URL and it's only possible to get the original URL with HTTP_REFERER but not HTTP_URI
Thanks,
Martin/Iplexx
I guess this is more an apache question, but I didn't find the appropriate directive, and maybe anyone knows...
I want that no matter what URI is called on a domain that always the /index.php file is called, without a modified URL.
ie. if someone calls http://www.mydomain.com/anything/hello.php
the httpd should fetch mydomain.com/index.php instead but not modify the URL.
I disabled the raqs rewrite stuff, and tried around with ErrorDoc directive in httpd.conf & .htaccess, but this modifies the URL and it's only possible to get the original URL with HTTP_REFERER but not HTTP_URI
Thanks,
Martin/Iplexx
