diff --git a/.htaccess b/.htaccess index 1972f4d6..f84ccfd2 100644 --- a/.htaccess +++ b/.htaccess @@ -28,7 +28,7 @@ RewriteRule ^/create-my-trip.htm$ /orders/triprequest.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] +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]