.htaccess drupal redirection

Categories:

.htaccess drupal redirection

.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

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 1 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.