Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
316e3578
Commit
316e3578
authored
Dec 01, 2005
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#29344
by Morbus: .htaccess file needs file protection update
parent
a95f00c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.htaccess
.htaccess
+2
-2
No files found.
.htaccess
View file @
316e3578
...
...
@@ -3,10 +3,10 @@
#
# Protect files and directories from prying eyes.
<
Files
~
"(\.(inc|module|
pl|
sh|sql|theme|
engine
|xtmpl)|Entries|Repositor
ies
|Root
|scripts|updates
)$"
>
<
Files
Match
"(\.(
engine|
inc|module|sh|sql|theme|
tpl
|xtmpl)|
code-style\.pl|
Entries
.*
|Repositor
y
|Root)$"
>
Order
deny,allow
Deny
from
all
</
Files
>
</
Files
Match
>
# Set some options.
Options
-Indexes
...
...
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