diff --git a/.htaccess b/.htaccess
index 55f8fee2b1fce003963973b6b77fb78bdc83264f..f5abd6c77ed225c1524166109072362682e52334 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,14 @@
 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
-