easypanel/vhost/control/rewrite/zblog.conf
2023-08-25 10:53:15 +08:00

7 lines
No EOL
174 B
Text

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>