我将此代码添加到。htaccess文件以删除索引。php,但现在所有页面都是404(超链接映射到正确的url)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
我使用http://1.1.1.1/%postname%/ 解决此问题的下一步步骤是什么?
默认的永久链接是什么,我可以将它还原回有索引时的状态。url中的php?