Forum Moderators: phranque
The reason I know is that I have had the following line in my .htaccess for many months without it causing any issues but today, for some reason, it fooled the server thinking I had Front Page extensions installed.
Does anyone know what might have happened please?
Many thanks
cd
RewriteCond %{HTTP_USER_AGENT} ^MSFrontPage [NC,OR]
If this line of code is really causing your host to do something strange, then either remove it or replace it with a logically-equivalent line, such as "RewriteCond %{HTTP_USER_AGENT} ^[M]S[F]ront[P]age [NC,OR]" that won't match their simplistic method of 'finding' hosted sites with FP extensions...
Jim