This website requires JavaScript.
Explore
Help
Sign In
tonyair
/
silverstripe-installer
Watch
1
Star
0
Fork
0
You've already forked silverstripe-installer
mirror of
https://github.com/silverstripe/silverstripe-installer
synced
2024-10-22 17:05:33 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
3.1.21
silverstripe-installer
/
mysite
/
.htaccess
3 lines
77 B
ApacheConf
Raw
Permalink
Normal View
History
Unescape
Escape
MINOR Disallowing more potentially active file extensions in mysite/.htaccess (from r108208) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112404 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-15 03:16:51 +02:00
<FilesMatch
"\.(php|php3|php4|php5|phtml|inc)$"
>
BUGFIX: Don't allow direct access to PHP files in mysite module. (from r108029) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112398 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-15 03:16:18 +02:00
Deny
from
all
MINOR Disallowing more potentially active file extensions in mysite/.htaccess (from r108208) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112404 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-15 03:16:51 +02:00
</FilesMatch
>
Reference in New Issue
Copy Permalink