I want to make all of my web pages have the .php extension. Wouldn't this make them more flexible so that the files could contain either all HTML or php mixed with HTML?
Also, can I hide the extension so that if people bookmark or link to one of my pages, the file-extension is not part of the URL. For example, what if I did everything in .php and all of my web pages had a .php extension and then I changed from .php to .jsp or something.
I would like to keep the flexibility so that I could change my server-side scripting language without breaking any links or bookmarks. Is this possible?
Tags: