Hi,
I'm trying to redirect an old page (generated by a clonable template) to a new page (generated by its own template) using a 301 redirect in the .htaccess.
The statement reads:
The htaccess is the one generated by the gen_htaccess.php file with just 2 changes, the above line plus the removal of '+SymLinksIfOwnerMatch' in the opening line (due to host issues).
Can anyone help? Thanks
Daz
I'm trying to redirect an old page (generated by a clonable template) to a new page (generated by its own template) using a 301 redirect in the .htaccess.
The statement reads:
- Code: Select all
Redirect 301 /about-us/press-releases.html /press-releases/
The htaccess is the one generated by the gen_htaccess.php file with just 2 changes, the above line plus the removal of '+SymLinksIfOwnerMatch' in the opening line (due to host issues).
Can anyone help? Thanks
Daz