Hello,
I am hosted on an IIS server so .htaccess don’t work.
What I need is:
1- To have PHP read in .html extension files. I need the web.config file to read all files with a .HTML extension as a .PHP file.
I believe the .htaccess equivalent is:
AddHandler x-httpd-php .html .htm
AddType application/x-httpd-php .html .htm .php
2- I have simple script for comic viewing – in the attachment – stooped working because it depend on .htaccess so I want to change it to web.config.
Bes…
