Pedro Posada | .htaccess drupal redirection

.htaccess drupal redirection

Posted on April 22, 2008 - 12:02pm
<< 42 of 54 >>

.htaccess code snippet to have any url to redirect to another url. You would insert this in your .htaccess file. This is very useful when you are migrating a static html site into a Drupal site.

  # RewriteBase /drupal
  # custom redirects

    RewriteRule ^sample.html$             http://www.sample.com/sample  [R=301,L]
 
  # end custom redirects

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Copy the characters (respecting upper/lower case) from the image.