forked from drbeco/dokuwiki-wikiweko-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.htaccess
More file actions
14 lines (14 loc) · 685 Bytes
/
Copy path.htaccess
File metadata and controls
14 lines (14 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#Note: If this file prevents running vector in your environment, simply delete
# it. Everything should be safe even if the files blocked by the following
# Apache rules are accessible.
# The reason for protecting these files is to to keep searchengines/foo
# away from indexing files containing version information, names and/or not
# necessarily public template parts by default.
<FilesMatch "^inc_(detail|cite)\.php$">
Order Deny,Allow
Deny from all
</FilesMatch>
<FilesMatch "^(README|README-de|COPYING|ChangeLog|CREDITS|VERSION|style\.ini|template\.info\.txt|detail\.php|main\.php|mediamanager\.php)$">
Order Deny,Allow
Deny from all
</FilesMatch>