Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-wp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ai
noblogs-wp
Commits
64cd8dcb
Commit
64cd8dcb
authored
Nov 10, 2013
by
lechuck
Committed by
lechuck
Sep 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added commented options in htaccess to completely lock writing in
wordpress
parent
d214d19f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
.htaccess
.htaccess
+9
-1
No files found.
.htaccess
View file @
64cd8dcb
RewriteEngine
On
RewriteEngine
On
RewriteBase
/
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]
RewriteRule
^index\.php$ - [L]
#### moved blogs.
#### moved blogs.
...
@@ -74,4 +83,3 @@ Allow from 127.0.0.1
...
@@ -74,4 +83,3 @@ Allow from 127.0.0.1
</
Files
>
</
Files
>
# END noblogs
# END noblogs
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment