wordpress伪静态规则.htaccess – 找啊xp
找啊xp

wordpress伪静态规则.htaccess

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

备注:转载请注明来自静湖一筑