projects
/
web
/
PetoskeyRobotics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05fbc0b
)
Think this is from wordfence
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 9 Sep 2014 13:12:34 +0000
(09:12 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 9 Sep 2014 13:12:34 +0000
(09:12 -0400)
.htaccess file to prevent unauthorized files being accessed.
.htaccess
[new file with mode: 0644]
patch
|
blob
diff --git a/.htaccess
b/.htaccess
new file mode 100644
(file)
index 0000000..
7079168
--- /dev/null
+++ b/
.htaccess
@@ -0,0
+1,12
@@
+
+# BEGIN WordPress
+<IfModule mod_rewrite.c>
+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]
+</IfModule>
+
+# END WordPress