简体   繁体   English

如何通过更改.htaccess文件重定向wordpress网址

[英]How to redirect wordpress url by changing .htaccess file

Hi I m trying to redirect the url from 嗨,我正在尝试从重定向网址

%category%/%postname%.html to %year%/%month%/%postname% %category%/%postname%.html转换为%year%/%month%/%postname%

I tried by changing the .htaccess file but could not help. 我尝试通过更改.htaccess文件进行操作,但无济于事。

at least i tried to redirect %category%/%postname%.html to %postname% , this also didnot work 至少我尝试将%category%/%postname%.html重定向到%postname%,这也没有用

RedirectMatch 301 ^/([^/]+)/([^/]+).html$ http://www.example.com/ $2 重定向匹配301 ^ /([[^ /] +)/([^ /] +)。html $ http://www.example.com/ $ 2

any help really appreciated 任何帮助真的很感激

Have you seen http://codex.wordpress.org/Using_Permalinks ? 您看过http://codex.wordpress.org/Using_Permalinks吗? WordPress has means to help you through this (and manually doing it on .htaccess may break your existing WP set up anyway). WordPress可以帮助您解决此问题(在.htaccess上手动执行此操作可能会破坏您现有的WP设置)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM