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

8 lines
No EOL
206 B
Text

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