Quote:
Originally Posted by awieds
That worked!! Thank you so much. The only problem is that then I need all my files to have a . php file extension, is there any way around this?
|
You can tell your server to run
PHP scripts on your
HTML files.
Alternatively you can rename your
HTML files to
PHP files, and tell your server to redirect all fileName.
html requests to fileName.
php