I'm trying to redirect all pages in a certain web directory of my website to my homepage. Can any .htaccess guru help me with this one? I need to get all files in the directory "foo" to go to my homepage www.site.com/foo/one.html -> www.site.com www.site.com/foo/two.html -> www.site.com
It will solve your problem RewriteEngine on Options +FollowSymLinks <IfModule mod_rewrite.c> RewriteCond %{HTTP_HOST} . RewriteCond %{HTTP_HOST} ^.*$ RewriteRule ^foo/? http://www.site.com/ [R=301,L] PHP:
One can easily redirect a web page OR Web Folder to another webpage using CPanel Just go to CPanel search for "Redirects" Click on that and select type of redirect, web page to be redirected and reidrects to. Click Add button. And you done