I am currently developing a website using PHP. However, my clients would prefer it if the file extensions ended ".html" rather than ".php".
I thought that I could solve this using "symlinks", however when I try to create one the php was displayed on the screen - rather than the code actually being parsed!
Has any one got any solutions to my problem?
Btw, the site is hosted on a linux box. So I have general Unixy facilities available to use and Apache is the webserver.
Cheers
Paul