I want to add text to my htaccess file for keyword tracking purposes (the keyword tracking software I am using does not work for .html pages, only .php, so I'm told I need to add the following code:
AddType application/x-httpd-php .html
AddHandler x-httpd-php .html
This is not in my main domain, but in various add on domains, so I created an htaccess file in each add on domain folder & added the above text.
I did this on one of my add on domains (www.ovariancystshealed.info) with no problem, but when I tried it on another, then something strange happened. When I tried to open the home page (www.biggerbetterman.com) it immediately tries to download a file called biggerbetterman_com (which doesn't exist) & it is not possible to open the page.
I have now deleted the htaccess file, but this has not solved the problem.
How do I stop this happening, & why did it corrupt one domain but not the other?
Any help really appreciated.
Val
AddType application/x-httpd-php .html
AddHandler x-httpd-php .html
This is not in my main domain, but in various add on domains, so I created an htaccess file in each add on domain folder & added the above text.
I did this on one of my add on domains (www.ovariancystshealed.info) with no problem, but when I tried it on another, then something strange happened. When I tried to open the home page (www.biggerbetterman.com) it immediately tries to download a file called biggerbetterman_com (which doesn't exist) & it is not possible to open the page.
I have now deleted the htaccess file, but this has not solved the problem.
How do I stop this happening, & why did it corrupt one domain but not the other?
Any help really appreciated.
Val
Comment