字preSS的.htaccess与固定链接链接、preSS、htaccess

由网友(颜汐夕)分享简介:我有一个永久的工作,但只要我创建了一个帖子它告诉我,soory后没有找到固定链接设置是/%页面名称%/这里是的.htaccess:#BEGIN字preSS< IfModule mod_rewrite.c>RewriteEngine叙述上的RewriteBase /瑞安/的RewriteCond%{} REQ...

我有一个永久的工作,但只要我创建了一个帖子它告诉我,soory后没有找到固定链接设置是/%页面名称%/这里是的.htaccess:

 #BEGIN字preSS
    < IfModule mod_rewrite.c>
    RewriteEngine叙述上
    的RewriteBase /瑞安/
    的RewriteCond%{} REQUEST_FILENAME!-f
    的RewriteCond%{} REQUEST_FILENAME!-d
    重写规则。瑞安/的index.php [L]
    < / IfModule>
#结束字preSS
 

解决方案

尝试在数据库wp_options清除永久设置,然后重新设置固定链接在Word preSS。它通常是 option_id 30名为 permalink_structure

I have a permalink working but as soon as I create a post it tells me that soory post not found permalink setting is to "/%pagename%/" and here is .htaccess:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /ryan/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . ryan/index.php [L]
    </IfModule>
# END WordPress
wordpress文章固定链接和添加媒体功能不能使用,求助达人,谢谢

解决方案

Try clearing the permalink setting in wp_options in the database and then reset permalinks in Wordpress. It's usually option_id 30 and called permalink_structure.

阅读全文

相关推荐

最新文章