Hi friends,
i want to redirection script for
www.xxxx.com/abc/
to www.xxxx.com/
my website saved in abc folder. first i set the permenent redirection in Cpanel from xxx.com
to xxx.com/abc
. but i want to display onley website name..dont want to display folder.
Now, i am using this code.. but not working...
RewriteRule ^abc/$ / [R=302]
Please suggest that..