如何使用 apache mod_rewrite将http://example.com/about重定向到http://example.com/about-us ?
我在 .htaccess 文件中编写了以下代码。但是我收到太多重定向错误。
#RewriteRule about http://example.com/about-us [R=301,L]
帮助我找到解决此问题的方法。
如何使用 apache mod_rewrite将http://example.com/about重定向到http://example.com/about-us ?
我在 .htaccess 文件中编写了以下代码。但是我收到太多重定向错误。
#RewriteRule about http://example.com/about-us [R=301,L]
帮助我找到解决此问题的方法。