Pedro Posada | .htaccess drupal redirection

.htaccess drupal redirection

Posted on April 22, 2008 - 12:02pm
<< 34 of 46 >>

.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.
Please solve the math question. This way we will know you are not a robot.