Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
a28bf8f3
Commit
a28bf8f3
authored
May 23, 2001
by
natrak
Browse files
- Fixed regexp bug in <Files>. This used to work on older versions of
Apache, but seems that the latest versions are not as forgiving.
parent
71c11624
Changes
1
Hide whitespace changes
Inline
Side-by-side
.htaccess
View file @
a28bf8f3
...
...
@@ -3,7 +3,7 @@
#
# Protect files and directories from prying eyes:
<
Files
~ "(class|conf|CVS|database|Entries|inc|modules|
*
\.module|Repository|Root|script|sh|sql|theme)"
>
<
Files
~ "(class|conf|CVS|database|Entries|inc|modules|\.module|Repository|Root|script|sh|sql|theme)"
>
order
deny,allow
deny
from
all
</
Files
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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