Hi,
As per the title - I redirect via php to a mobile version of my site from my html website - using htaccess to parse as php has been fine till recently - Free Virtual Servers have been making changes and the code stopped working (revealing the php at the top of my page).
A quick Google got an alternative bit of code that worked perfectly - for just 2 weeks!
Today the site wouldn’t even open, merely downloading a file each time. FVS at first told me they ‘didn’t support such htaccess code’ then, on telling them my colleague runs several sites with exactly the same setup, they are now rethinking - but no answers.
This is the original working code:
AddHandler application/x-httpd-php5 .htm .html
Updated to:
AddType application/x-httpd-php .html .htm
Anyone else have similar issues with FVS?