Hello, I'm using drupal. I want every access to specific folder to be redirected to specific page. For example: http://www.mysite.com/folder/abc--> http://www.mysite.com/contact-us http://www.mysite.com/folder/123--> http://www.mysite.com/contact-us How can I do that? Regards, oryagel
There are several ways to do this, you can even do it without mod_rewrite: Try putting this in your .htaccess in /folder/.htaccess Options -Indexes ErrorDocument 403 http://www.mysite.com/contact-us