Forum Moderators: phranque
Put up a simple test rule in .htaccess, like:
Options +FollowSymLinks -MultiViews
RewriteEngine on
RewriteRule ^foo\.html$ http://www.google.com/ [R=301,L]
Jim
My guess is that they are running a cron job periodically to see which directories contain a .htaccess file and mark those directories with an "AllowOverride" in the central httpd.conf to prevent real-time searching for non-existent .htaccess files every time a page is accessed.