Initial YakPanel commit
This commit is contained in:
7
rewrite/apache/zblog.conf
Normal file
7
rewrite/apache/zblog.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule . /index.php [L]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user