By kensongoo on
Hi There,
I have my Drupal 5 installed under a directory called /mobile. I tried to uncomment the following lines in .htaccess, but it doesnt work.
RewriteCond %{HTTP_HOST} ^MYURL\.com$ [NC]
RewriteRule ^(.*)$ http://www.MYURL/mobile/$1 [L,R=301]
Any idea why ?