Added a new recipe: wondercms_php8.
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
Options -Indexes
|
||||
ServerSignature Off
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.+)$ index.php?page=$1 [QSA,L]
|
||||
RewriteRule database.js - [F]
|
||||
RewriteRule cache.json - [F]
|
Reference in New Issue
Block a user