I am trying to redirect toast.allthesmarts.com to toast.allthesmarts.com/dayone
RewriteEngine on
RewriteCond %{HTTP_HOST} toast.allthesmarts.com
RewriteRule ^(.*)$ http://toast.allthesmarts.com/dayone/ [L,R,QSA]
But this gives me infinite loop. I tried this:
RewriteCond %{HTTP_HOST} ^toast.allthesmarts.com$
RewriteCond %{REQUEST_URI} !^/dayone$
RewriteRule ^(.*)$ http://toast.allthesmarts.com/dayone/ [L,R,QSA]
But it doesn't work ! I have done this many times, but my head is not working today ! Please help
note: there are other websites running via same apache