Skip to content
Snippets Groups Projects
Commit 4c2fa873 authored by lechuck's avatar lechuck Committed by agata
Browse files

Added commented options in htaccess to completely lock writing in

wordpress
parent 74278c04
Branches
Tags
No related merge requests found
RewriteEngine On
RewriteBase /
#Uncommenbt to lock WP
#RewriteCond %{REQUEST_URI} ^(.*)?register.*$ [OR]
#RewriteCond %{REQUEST_URI} ^(.*)?wp-comment-post\.php(.*)$ [OR]
#RewriteCond %{REQUEST_URI} ^(.*)?wp-login\.php(.*)$ [OR]
#RewriteCond %{REQUEST_URI} ^(.*)?wp-post\.php(.*)$ [OR]
#RewriteCond %{REQUEST_URI} ^(.*)?wp-admin$
#RewriteRule ^(.*)$ http://cavallette.noblogs.org/2013/11/8487 [R,L]
RewriteRule ^index\.php$ - [L]
#### moved blogs.
......@@ -74,4 +83,3 @@ Allow from 127.0.0.1
</Files>
# END noblogs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment