您当前的位置:首页 > TAG信息列表 > htaccess

  • 在WordPress上实现SSL后,我如何修复重定向链?

    时间:2019-01-06

    在wordpress上实现ssl后,我想强制重定向到具有以下特征的站点:non www, ssl, with trailing slash不幸的是,它只在某些情况下有效。例如,它不是从具有这些特征的站点(http、非www、无尾随斜杠到https、非www、有尾随斜杠)重定向,而是这样重定向:http://example.com/foo 结束https://example.com/foo 到https://example.com/foo/.我还遇到了一个问题,即将不带尾部斜杠的www http站点重定向到

  • HTAccess阻止我访问WordPress仪表板链接

    时间:2019-01-08

    我有一个WP网站,我已经有一段时间没有看了。我刚刚登录更新了它的各个方面,包括WP本身,现在已经在5.0.2上了。现在,如果我单击任何仪表板链接-帖子、外观等-我会发现页面未找到。如果我删除HTAccess,那么它会再次工作。。。直到WP恢复。这个网站没有什么特别之处。HTAccess是标准的WP-one:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / Rewri

  • 清理WordPress中自定义页面的URL

    时间:2019-01-08

    我有一个wordpress网站,其中有一个专门的字典页面。此页面实际上是一个自定义页面,可执行以下操作:site.com/dictionary 列出所有单词site.com/dictionary/?w=word 显示了单词的定义。现在,我希望URL被清理,并变成这样:site.com/dictionary/word 我把这些台词都写进去了.htaccess 但我知道404 错误:<IfModule mod_rewrite.c> RewriteEngine On

  • 如何在子目录中修复Google索引WordPress导致的404错误

    时间:2019-01-09

    我把WordPress从我服务器的根目录移到了自己的一个特殊文件夹中,现在Google正在将我的帖子和这个特殊的WordPress文件夹一起索引,从而产生了一些404错误问题。例如,假设我的WordPress核心文件安装在https://www.example.com/wordpress/ 但是主页是https://www.example.com/.此帖子链接https://www.example.com/hello-world/435/ 工作正常,已被谷歌索引。不幸的是,谷歌也在索引https://ww

  • How to change old permalink?

    时间:2019-01-11

    我以前的permalink结构是/index.php/%year%/%monthnum%/%day%/%postname%/. 例如:https://example.com/index.php/2019/01/08/technological-innovation-for-agriculture-sector-in-india/但我想改成“Post name”。例如:https://example.com/sample-post/ 另外,要删除index.php.当我更改永久链接时,我的旧帖子或

  • 无法使用.htaccess屏蔽WordPress页面URL

    时间:2019-01-18

    。htaccess:<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp_test/ RewriteRule ^index\\.php$ - [L] RewriteRule ^the_image$ wp-content/uploads/2019/01/banner\\.jpg [L] RewriteRule ^the_page$ sample-page [L] </If

  • Rewrite Page Parameters

    时间:2019-01-24

    我有个呼叫“城市”http://localhost/wordpress/city/ 它通过url id从mysql获取详细信息,如http://localhost/wordpress/city/?id=paris 我想改变一下http://localhost/wordpress/city/paris wordpress中城市页面的真正链接是http://localhost/wordpress/index.php?p=5 我正在尝试在htaccess中添加Rewrit