Hi,
Firstly, credit to you guys for creating CouchCMS. I'm just starting up a web design agency and have found this to be the perfect CMS for me and my clients. Easy to use, extremely customizable and lightweight.
I'm currently finishing off my website and I'm looking at the pretty URLs. I must say I'm not keen on removing the file extension from the URL and would much rather have my pages displayed with a .html extension. I achieved this in my .HTACCESS with the following code
This all works fine but it seems I have to sacrifice the Pretty URLs in the cloned blog pages.
So my question is Can I use CouchCMS' Pretty URLs only on the pages being created by the blog?
Please visit http://www.freelancepixels.uk/blog.html and click on the 'Welcome' blog post to see what I mean. The URL is currently http://www.freelancepixels.uk/blog.html?p=10 and I would prefer http://www.freelancepixels.uk/blog/welcome.html
Hopefully that all makes sense and thank you in advance!
P.S On a side note I have also nearly finished creating a responsive layout for CouchCMS if this is something you would be interested in?
Regards.
Firstly, credit to you guys for creating CouchCMS. I'm just starting up a web design agency and have found this to be the perfect CMS for me and my clients. Easy to use, extremely customizable and lightweight.
I'm currently finishing off my website and I'm looking at the pretty URLs. I must say I'm not keen on removing the file extension from the URL and would much rather have my pages displayed with a .html extension. I achieved this in my .HTACCESS with the following code
- Code: Select all
RewriteEngine on
RewriteBase /
RewriteCond %{THE_REQUEST} (.*)\.php
RewriteRule ^(.*)\.php $1.html [R=301,L]
RewriteCond %{THE_REQUEST} (.*)\.html
RewriteRule ^(.*)\.html $1.php [L]
This all works fine but it seems I have to sacrifice the Pretty URLs in the cloned blog pages.
So my question is Can I use CouchCMS' Pretty URLs only on the pages being created by the blog?
Please visit http://www.freelancepixels.uk/blog.html and click on the 'Welcome' blog post to see what I mean. The URL is currently http://www.freelancepixels.uk/blog.html?p=10 and I would prefer http://www.freelancepixels.uk/blog/welcome.html
Hopefully that all makes sense and thank you in advance!
P.S On a side note I have also nearly finished creating a responsive layout for CouchCMS if this is something you would be interested in?
Regards.