运行在Apache上的Wordpress的永久链接
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了运行在Apache上的Wordpress的永久链接相关的知识,希望对你有一定的参考价值。
Add this to an .htaccess file.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /designblog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /designblog/index.php [L] </IfModule>
以上是关于运行在Apache上的Wordpress的永久链接的主要内容,如果未能解决你的问题,请参考以下文章
在 Wordpress 上启用漂亮的永久链接 - apache 配置不起作用
启用永久链接后,Wordpress 在 wamp apache 上抛出 403 禁止错误?
wordpress apache永久链接不起作用(404错误)
apache_conf dothtaccess文件为wordpress的永久链接