Posted: Thu Aug 10, 2006 10:12 am
What happens if you do http://www.mysite.com/pagename/h?hh. Just wondering how it handles erroneous or incorrectly entered UIR's.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<Directory "F:/aatrade/aatrade">
Options Indexes FollowSymLinks Includes ExecCGI MultiViews
Order allow,deny
Allow from all
</Directory>404 error. It just sets any file that does not have an extension to run as php so the same rules apply if the file isn't there.Everah wrote:What happens if you do http://www.mysite.com/pagename/h?hh. Just wondering how it handles erroneous or incorrectly entered UIR's.