Quote:
Originally Posted by BirdOPrey5
I believe your .htaccess file should look like this:
Code:
RewriteEngine on
Redirect 301 /downloads/ http://www.example.com/somewhere_else/
Where 'downloads' is the directory you want to 'hide' and 'somewhere_else' is any other directory on your site.
|
It actually works.. I love you
An extra question.. I'd also like to know how to redirect for certain .php page, for example when someone type:
www.yoursites.com/arcade.php ~~> I'd like it to redirect back to the hompage.