|
|
|
RewriteEngine on
|
|
|
|
RewriteBase ./
|
|
|
|
|
|
|
|
|
|
|
|
#RewriteCond %{HTTP_HOST} ^asiahighlights.com$
|
|
|
|
#RewriteRule ^(.*)$ https:/www.asiahighlights.com$1 [R=301]
|
|
|
|
|
|
|
|
#RewriteCond %{SERVER_PORT_SECURE} ^0$
|
|
|
|
#RewriteRule ^(.*)$ https://www.asiahighlights.com$1 [R=301]
|
|
|
|
|
|
|
|
RewriteRule ^/guide/$ /vietnam/ [R=301]
|
|
|
|
RewriteRule ^/myanmar/plan-a-first-time-trip-to-myanmar.htm$ /myanmar/plan-a-first-time-trip.htm [R=301]
|
|
|
|
|
|
|
|
RewriteRule ^/tours/best-of-vietnam-with-mekong-delta.htm$ /tours/ah-1.htm [R=301]
|
|
|
|
RewriteRule ^/tours/vietnam-classic-wonders-with-sapa.htm$ /tours/ah-2.htm [R=301]
|
|
|
|
RewriteRule ^/tours/vietnam-exploration-tour-with-beach-free-days.htm$ /tours/ah-3.htm [R=301]
|
|
|
|
RewriteRule ^/tours/china-and-vietnam-highlights-tour.htm$ /tours/ah-4.htm [R=301]
|
|
|
|
RewriteRule ^/tours/cambodia-and-vietnam-highlights-tour.htm$ /tours/ah-5.htm [R=301]
|
|
|
|
RewriteRule ^/tours/vietnam-cambodia-laos-tour.htm$ /tours/ah-6.htm [R=301]
|
|
|
|
RewriteRule ^/tours/myanmar-highlights-tour.htm$ /tours/ah-7.htm [R=301]
|
|
|
|
RewriteRule ^/tours/siem-reap-tour-at-depth.htm$ /tours/ah-8.htm [R=301]
|
|
|
|
RewriteRule ^/tours/ah-9-myanmar-and-thailand-essence-tour.htm$ /tours/ah-9.htm [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/(tailormade_thankyou|tailormade_save|contactus_save|contactus_thankyou|asia_tour|asia_tour_save|asia_tour_thankyou|ch_tailormade_save)$ /index.php/orders/$1 [U,L]
|
|
|
|
|
|
|
|
#error
|
|
|
|
RewriteRule ^/error/(.*)$ /index.php/error/$1 [U,L]
|
|
|
|
|
|
|
|
RewriteRule ^/redirect/(.*)$ /index.php/welcome/redirect/$1 [U,L]
|