RewriteEngine on Options +FollowSymLinks RewriteBase / RewriteCond %{HTTP_HOST} ^store.oramatel.com$ [OR] RewriteCond %{HTTP_HOST} ^www.store.oramatel.com$ RewriteRule ^(.*)$ "http\:\/\/store\.oramatel\.com\.au\/" [R=301,L] RewriteCond %{HTTP_HOST} !^urbancars\.oramatel\.com\.au Rewriterule ^(.*)$ http://www.oramatel.com.au/urbancars.com.au/$1 [r=301,nc] # This section must come first! # Add trailing slash if path does not contain a period or end with a slash RewriteCond %{REQUEST_URI} !(\.|/$) RewriteRule (.*) http://www.oramatel.com.au/$1/ [R=301,L] # Change http://yoursite.com to http://www.yoursite.com (Optional) RewriteCond %{HTTP_HOST} ^oramatel.com.au$ RewriteRule ^/?(.*)$ http://www.oramatel.com.au/$1 [R=301,L] # Rewrites http://www.yoursite.com/subdir to http://www.yoursite.com/ RewriteCond %{REQUEST_URI} !^/oramatel RewriteRule ^(.*)$ oramatel/$1 [L]