mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-10 17:34:02 +01:00
8 lines
165 B
Text
8 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>
|