mirror of
https://github.com/processwire/processwire.git
synced 2025-08-23 06:44:38 +02:00
Remove site profiles: site-classic, site-default, site-beginner, site-languages, site-regular... leaving just site-blank. The other profiles have been moved to their own repos. Also some small updates to site-blank profile just so the template files are slightly more useful if someone doesn't install another.
This commit is contained in:
12
site-blank/htaccess.txt
Normal file
12
site-blank/htaccess.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
# Start ProcessWire:pwbphp (install)
|
||||
# Block PHP files from direct access (optional fallback if root .htaccess missing)
|
||||
<FilesMatch "\.(php|module|inc)$">
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfModule>
|
||||
</FilesMatch>
|
||||
# End ProcessWire:pwbphp
|
Reference in New Issue
Block a user