- Published on
Chuyển hướng từ htaccess
- Authors
- Name
Table of Contents
Post này chứa một số mẹo và code chuyển hướng bằng file .htaccess
trên hosting
- Bỏ redirect link dạng
/?i=1
ở domain
RewriteCond %{QUERY_STRING} ^(.*)i=[^&]+(.*)$ [NC]
RewriteRule ^(.*)$ /$1?%1%2 [R=301,L]