Forum Moderators: phranque
[webmasterworld.com...]
[webmasterworld.com...]
Now, if you click both links, you get the same page. Could you possibly use this method to do mod-rewriting, and to a search engine, the index.htm would just appear to be a directory?
In PHP, all you would have to do would be to get the URL and separate out the stuff past the actual filename (index.htm, in this example) to do what you want. This could effectively make dynamic content appear to be static.
Would it work?