logo
  • 教程列表
  • SO官方文檔
  • 重寫和重定向
    • 流行的重寫標誌
    • 重定向 withwithout 查詢引數
    • www 和非 www 重定向
    • SEO 友好的 URL
    • 在末尾新增尾部斜槓
    • http 和 https 重定向和 HSTS 配置
  1. StackOverflow 文件
  2. Hypertext Access file 教程
  3. 重寫和重定向
  4. 重定向 withwithout 查詢引數

重定向 withwithout 查詢引數

Created: November-22, 2018

沒有查詢引數的重定向:

RewriteRule ^route$ /new_route_without_query [L,R=301,QSD]

使用查詢引數重定向:

RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/?route$ %{REQUEST_URI}?query=param1&query2=param2 [NC,L,R=301]
  • www 和非 www 重定向
  • 流行的重寫標誌

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明