Hi there
This question is probably not in scope of Couch expertise, but maybe you can help.
I've enabled pretty urls and run gen_htaccess without any visible issues.
What would be the best strategy to 301 redirect old .html pages to new .php?
Couch, of course, correctly shows that page is not found (as .html is searched as an inner couch page of the current template and obviously not found).
Is there any way to complete the task?
Thank you.
PS Maybe do it with META, keeping old files for a while?

This question is probably not in scope of Couch expertise, but maybe you can help.
I've enabled pretty urls and run gen_htaccess without any visible issues.
What would be the best strategy to 301 redirect old .html pages to new .php?
Couch, of course, correctly shows that page is not found (as .html is searched as an inner couch page of the current template and obviously not found).
Is there any way to complete the task?
Thank you.
PS Maybe do it with META, keeping old files for a while?
- Code: Select all
<meta http-equiv="refresh" content="0;url=http://www.site.com/">