Redirect before rewrite
- by Kirk Strobeck
Had an issue where I need to redirect old URLs, but not disable the mod_rewrite for page structure.
redirect 301 /home.html http://www.url.com/
It needs to live on the Symphony 2.0 .htaccess file
### Symphony 2.0.x ###
Options +FollowSymlinks -Indexes
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
### DO NOT APPLY…