Forum Moderators: phranque
I'm very new here.
Maybe someone can help. I've searched the forum and there are many examples of a similiar problem but I just can't figure it out.
I simply need to redirect all my pages in a subdirectory to my root domain name.
Example
[mydomain.com...]
to
httP//www.mydomain.com
I'm looking to use some sort of redirect or rewrite I have Cpanel access but I just don't get what I should use.
I do want a permanent redirection as I won't be using the sub directory any logner.
Any help from the experts here?
Rooster
# begin .htaccess
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^sub/.*$ [mydomain.com...] [R=301,L]
# end .htaccess
It may not actually be the best thing to do. Do your deleted pages have corresponding existing pages you could redirect visitors to?
Welcome to Webmaster world.