From: Steve Sutton Date: Tue, 9 Sep 2014 13:12:34 +0000 (-0400) Subject: Think this is from wordfence X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=81b06df1f78d3b1e2dd92913e21a32f8384ff82c;p=web%2FPetoskeyRobotics.git Think this is from wordfence .htaccess file to prevent unauthorized files being accessed. --- diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..7079168 --- /dev/null +++ b/.htaccess @@ -0,0 +1,12 @@ + +# BEGIN WordPress + +RewriteEngine On +RewriteBase /www.petoskeyrobotics.org/ +RewriteRule ^index\.php$ - [L] +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule . /www.petoskeyrobotics.org/index.php [L] + + +# END WordPress