使用重定向插件正则表达式将非WWW重定向到WWW

时间:2018-04-24 作者:smartcat

我有一个无法访问的场景。htaccess文件(没有ftp/ssh),所以im依赖重定向插件进行重定向。

我有一个问题,我需要将非www重定向到www,同时保留完整的URL。

示例:

http://example.com/any-page/
重定向到

http://www.example.com/any-page/
非常感谢您的帮助。非常感谢。

1 个回复
SO网友:Milan Bastola

您应该尝试将WordPress站点URL从非WWW更改为WWW(例如,如果您的站点URL为http://example.com 然后您应该从设置>常规>WordPress URL编辑到http://www.example.com 我想这会解决你的问题。

结束

相关推荐

GET_SHORTCODE_regex()只与第一个短码匹配

法典中有an example 使用get\\u shortcode\\u regex()检查是否在给定页面上调用了短代码:$pattern = get_shortcode_regex(); preg_match(\'/\'.$pattern.\'/s\', $posts[0]->post_content, $matches); if (is_array($matches) && $matches[2] == \'YOURSHORTCODE\') { /