mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-11 01:44:02 +01:00
9 lines
165 B
Text
9 lines
165 B
Text
|
|
||
|
# blocks direct access to data files
|
||
|
# Note: this setting could conflict with some addons
|
||
|
<Files ~ "\.php$">
|
||
|
Order allow,deny
|
||
|
Deny from all
|
||
|
Satisfy All
|
||
|
</Files>
|