更换位置

master
cyc 5 years ago
parent 4fd3c67555
commit 387a2f27e3

@ -27,35 +27,6 @@ RewriteRule ^/create-my-trip.htm$ /orders/triprequest.htm [R=301]
RewriteRule ^/tours/ah-24.htm$ /thailand/tour-24 [R=301]
RewriteRule ^/tours/india$ /india/tours [R=301]
RewriteRule ^/$ /index.php/information/detail/ [U,L]
RewriteRule ^/tour-guide/myanmar.htm$ /index.php/information/detail/ [U,L]
RewriteRule ^(/contact-us.htm|/about-us.htm|/tour/|/tour/tour-detail.htm|/privacy.htm|/terms-of-use.htm)$ /index.php/information/detail/ [U,L]
RewriteRule ^/(tours|vietnam|guide|cambodia|laos|myanmar|thailand|southeast-asia).*$ /index.php/information/detail/ [U,L]
#orders
RewriteRule ^/create-my-trip.htm$ /index.php/orders/tailormade/ [U,L]
RewriteRule ^/orders/triprequest.htm$ /index.php/forms/triprequest/ [U,L]
RewriteRule ^/forms/(.*)$ /index.php/forms/$1/ [U,L]
RewriteRule ^/orders/(.*)$ /index.php/orders/$1/ [U,L]
#ajax
RewriteRule ^/ajax_get/(.*)$ /index.php/ajax/$1 [U,L]
#error
RewriteRule ^/error/(.*)$ /index.php/error/$1 [U,L]
RewriteRule ^/redirect/(.*)$ /index.php/welcome/redirect/$1 [U,L]
RewriteRule ^/weather/(.*)$ /index.php/weather/$1 [U,L]
#ip_address
RewriteRule ^/ip/$ /index.php/apps/ip2location/ [U,L]
#ssl
RewriteRule ^/\.well-known/(.*)$ /.well-known/$1.htm [U,L]
#301
#infolist
RewriteRule ^/about-us.htm$ /about-us [R=301]
RewriteRule ^/vietnam/$ /vietnam/travel-guide [R=301]
@ -146,6 +117,36 @@ RewriteRule ^/myanmar/yangon/october-weather.htm$ /myanmar/yangon/october-weath
RewriteRule ^/thailand/bangkok/january-weather.htm$ /thailand/bangkok/january-weather [R=301]
RewriteRule ^/japan/hakone-guide.htm$ /japan/hakone-guide [R=301]
RewriteRule ^/$ /index.php/information/detail/ [U,L]
RewriteRule ^/tour-guide/myanmar.htm$ /index.php/information/detail/ [U,L]
RewriteRule ^(/contact-us.htm|/about-us.htm|/tour/|/tour/tour-detail.htm|/privacy.htm|/terms-of-use.htm)$ /index.php/information/detail/ [U,L]
RewriteRule ^/(tours|vietnam|guide|cambodia|laos|myanmar|thailand|southeast-asia).*$ /index.php/information/detail/ [U,L]
#orders
RewriteRule ^/create-my-trip.htm$ /index.php/orders/tailormade/ [U,L]
RewriteRule ^/orders/triprequest.htm$ /index.php/forms/triprequest/ [U,L]
RewriteRule ^/forms/(.*)$ /index.php/forms/$1/ [U,L]
RewriteRule ^/orders/(.*)$ /index.php/orders/$1/ [U,L]
#ajax
RewriteRule ^/ajax_get/(.*)$ /index.php/ajax/$1 [U,L]
#error
RewriteRule ^/error/(.*)$ /index.php/error/$1 [U,L]
RewriteRule ^/redirect/(.*)$ /index.php/welcome/redirect/$1 [U,L]
RewriteRule ^/weather/(.*)$ /index.php/weather/$1 [U,L]
#ip_address
RewriteRule ^/ip/$ /index.php/apps/ip2location/ [U,L]
#ssl
RewriteRule ^/\.well-known/(.*)$ /.well-known/$1.htm [U,L]

Loading…
Cancel
Save