htaccess route help
hello
google listed www.case in point.com/shop and now i really want a 301 reroute to www.example.com
can another person help me
thanks
Code:Options +FollowSymLinksRewriteEngine onRewriteRule (.*) http://www.case in point.com/$1 R=301, L Replace example.com together with your real website name and after that,
Place this specific code around.htaccess file in the shop folder.
DONE.