This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-framework
Watch
1
Star
0
Fork
0
You've already forked silverstripe-framework
mirror of
https://github.com/silverstripe/silverstripe-framework
synced
2024-10-22 14:05:37 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
dbba63ae9e
silverstripe-framework
/
.htaccess
10 lines
129 B
ApacheConf
Raw
Normal View
History
Unescape
Escape
BUGFIX: Don't allow direct access to PHP files in sapphire module, except for main.php and static-main.php (from r108023) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112706 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-19 00:39:50 +02:00
<Files
*.php
>
Deny
from
all
</Files
>
<Files
static-main.php
>
Allow
from
all
</Files
>
<Files
main.php
>
Allow
from
all
</Files
>
Reference in New Issue
Copy Permalink