规范 url htaccess
Canonical url htaccess
我正在尝试通过 htaccess 文件实现某些目标。
我想要这个
http://mypage.com/e-store/561/
http://mypage.com/e-store/562/
看起来像这样
http://mypage.com/tv-screens
http://mypage.com/computers
我了解到可以通过 htaccess 重写 url。但我还是想不通。
使用这个 .htaccess 文件:
RewriteRule ^([-a-zA-Z0-9_]+)/$ ?url= [L]
并在您的代码输出页面中添加:
http://mypage.com/?url=tv-screens
参数 URL 显示所需页面的位置。
这个link不显示页面屏幕名称:
http://mypage.com/e-store/561/
我正在尝试通过 htaccess 文件实现某些目标。 我想要这个
http://mypage.com/e-store/561/ http://mypage.com/e-store/562/
看起来像这样
http://mypage.com/tv-screens http://mypage.com/computers
我了解到可以通过 htaccess 重写 url。但我还是想不通。
使用这个 .htaccess 文件:
RewriteRule ^([-a-zA-Z0-9_]+)/$ ?url= [L]
并在您的代码输出页面中添加:
http://mypage.com/?url=tv-screens
参数 URL 显示所需页面的位置。
这个link不显示页面屏幕名称:
http://mypage.com/e-store/561/