You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.7 KiB
ApacheConf

9 years ago
RewriteEngine on
RewriteBase ./
#RewriteCond %{HTTP_HOST} ^asiahighlights.com$
#RewriteRule ^(.*)$ https:/www.asiahighlights.com$1 [R=301]
9 years ago
#RewriteCond %{SERVER_PORT_SECURE} ^0$
#RewriteRule ^(.*)$ https://www.asiahighlights.com$1 [R=301]
9 years ago
RewriteRule ^/guide/$ /vietnam/ [R=301]
8 years ago
RewriteRule ^/myanmar/plan-a-first-time-trip-to-myanmar.htm$ /myanmar/plan-a-first-time-trip.htm [R=301]
9 years ago
9 years ago
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]
8 years ago
RewriteRule ^/contact-us/$ /contact-us.htm [R=301]
RewriteRule ^/about-us/$ /about-us.htm [R=301]
RewriteRule ^/myanmar/visas-and-how-to-apply-.htm$ /myanmar/visas-and-how-to-apply-for.htm [R=301]
8 years ago
RewriteRule ^/create-my-trip.htm$ /orders/triprequest.htm [R=301]
6 years ago
RewriteRule ^/tours/ah-24.htm$ /thailand/tour-24 [R=301]
RewriteRule ^/tours/india$ /india/tours [R=301]
9 years ago
9 years ago
RewriteRule ^/$ /index.php/information/detail/ [U,L]
RewriteRule ^/tour-guide/myanmar.htm$ /index.php/information/detail/ [U,L]
9 years ago
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]
9 years ago
#orders
RewriteRule ^/create-my-trip.htm$ /index.php/orders/tailormade/ [U,L]
RewriteRule ^/orders/triprequest.htm$ /index.php/forms/triprequest/ [U,L]
6 years ago
RewriteRule ^/forms/(.*)$ /index.php/forms/$1/ [U,L]
6 years ago
RewriteRule ^/orders/(lantern_save|tailormade_thankyou|tailormade_save|contactus_save|contactus_thankyou|asia_tour|asia_tour_save|asia_tour_thankyou|ch_tailormade_save|triprequest_save)$ /index.php/orders/$1 [U,L]
8 years ago
RewriteRule ^/orders/inquiry_thankyou$ /index.php/orders/tailormade_thankyou [U,L]
9 years ago
#ajax
RewriteRule ^/ajax_get/(.*)$ /index.php/ajax/$1 [U,L]
9 years ago
#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]