Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
noblogs-wp
Commits
e61d88c9
Commit
e61d88c9
authored
Dec 10, 2010
by
root
Committed by
agata
Oct 17, 2019
Browse files
Let apache ignore our .git directory
parent
02fbe9c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.htaccess
View file @
e61d88c9
...
...
@@ -46,3 +46,11 @@ RewriteCond %{REQUEST_FILENAME} -d
RewriteRule
^ - [L]
RewriteRule
. index.php [L]
# END WordPress
# BEGIN noblogs
# .git doesn't exist
RedirectMatch
404 /\\.git(/|$)
# 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