hoangcyberchem
Private
Anh em nào giúp mình cái này với.
Hiện mình mới cài nginx thay cho apache.
File .htaccess có đoạn redirect như sau:
RewriteCond %{HTTP_HOST} !forums
RewriteRule ^(.*).html$ https://103.232.121.114/brti-thread-alias/$1 [R=301,L]
Nó redirect ví dụ như sau:
Truy cập vào:
http://103.232.121.114/38708-katrypsin.html
-> redirect qua:
https://103.232.121.114/threads/thuoc-katrypsin.25288/
Nhưng nginx thì ko dùng .htaccess được nữa, mà file cấu hình file .conf, mình dùng như sau:
location / {
if ($http_host !~ "forums"){
rewrite ^/(.*).html$ https://103.232.121.114/brti-thread-alias/$1 redirect;
}
}
Nhưng theo cách này thì nó redirect tầm bậy:
Truy cập vào:
http://103.232.121.114/38708-katrypsin.html
-> redirect qua: (sai)
http://103.232.121.114/brti-thread-alias/38708-katrypsin
Đa tạ!
Hiện mình mới cài nginx thay cho apache.
File .htaccess có đoạn redirect như sau:
RewriteCond %{HTTP_HOST} !forums
RewriteRule ^(.*).html$ https://103.232.121.114/brti-thread-alias/$1 [R=301,L]
Nó redirect ví dụ như sau:
Truy cập vào:
http://103.232.121.114/38708-katrypsin.html
-> redirect qua:
https://103.232.121.114/threads/thuoc-katrypsin.25288/
Nhưng nginx thì ko dùng .htaccess được nữa, mà file cấu hình file .conf, mình dùng như sau:
location / {
if ($http_host !~ "forums"){
rewrite ^/(.*).html$ https://103.232.121.114/brti-thread-alias/$1 redirect;
}
}
Nhưng theo cách này thì nó redirect tầm bậy:
Truy cập vào:
http://103.232.121.114/38708-katrypsin.html
-> redirect qua: (sai)
http://103.232.121.114/brti-thread-alias/38708-katrypsin
Đa tạ!
Bài viết liên quan
Bài viết mới