hello all,
I want to redirect this url http://www.superwoodltd.co.uk/joomla1/index.php?lang=en
to this url www.superwoodltd.co.uk
this is the code that I wrote in .htaccess file
RewriteEngine on
Options +FollowSymlinks -MultiViews
RewriteCond %{HTTP_HOST} ^www.superwoodltd.co.uk$
RewriteRule ^$ http://www.superwoodltd.co.uk/joomla1/index.php?lang=en [L,R=301]
can any one tell me, why this is not working?
it gives me error 403
thanks


Reply With Quote

Bookmarks