I was looking Tim's document regarding to create a WebSite with no & and ? to be more accessible to a Search Engine like GOOGLE, YAHOO, etc. without the need to write 200000 pages for that.
I was trying that step by step acording to the document but It's not working
When I just type
http://www.mywebsite/local
Open the File Download
And If I try the
http://www.mywebsite/local/1234/1234
It sends me the 404 Error
I'm using the next statement
<Files /local>
ForceType application/x-httpd-php3
</Files>
I have my file named local in the $DOCUMENT_ROOT directory with the local name without an extension.
Can anyone help me with this?