Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Here is a question regarding htaccess and redirection

I've made Clonable templates, and make Pretty Urls, everything is working like a charm.
What i am facing now is a issue with SEO. I am redesigning old website with good google index which is in this case files with .HTM extension.
With Couch CMS i cannot make .HTM extension, so when users come from search engine or type it, i want them to be redirected to .HTML but not touching or changing .HTM because of search.
Path names are the same, so it's only extension problem.

How to achive this? What to write in htaccess beside the generated pretty url htaccess from couch cms?
Hi,

I think it's like this

Code: Select all
RewriteRule ^(.+)\.html$ $1.htm [L]
I load frameworks and write bugs on top of them, after that I rearrange the code so that it looks like a cool product.
2 posts Page 1 of 1
cron