Page 1 of 1
pretty urls page extensions
Posted: Sat Oct 02, 2010 4:19 pm
by eugen_r2
Is there a way to append the page extension only to some pages when using pretty urls?
I don't mind coding some php, but I can't figure out what classes/files deal with the page extension appending.
Re: pretty urls page extensions
Posted: Sat Oct 02, 2010 7:03 pm
by Dr.CSS
Any particular reason you would only want some pages to have extensions and not others?...
Re: pretty urls page extensions
Posted: Sun Oct 03, 2010 7:18 am
by eugen_r2
I have a site composed of static pages. Some of them are in subdirectories. I want to simulate (for SEO) in CMSMS the subdirectories by using parent pages. The parent pages shouldn't have any extension.
If there is another way of simulating the subdirectories, please let me know.
Re: pretty urls page extensions
Posted: Sun Oct 03, 2010 4:09 pm
by Dr.CSS
Sectionheaders...
Re: pretty urls page extensions
Posted: Mon Oct 04, 2010 3:27 pm
by eugen_r2
Thanks for the answer.
It doesn't work as I expected because the section headers can't be associated with content; if I request a sh (
http://example.com/sectionheader/) I get a 404. I would like to reach a page (like an index page) when requesting
http://example.com/sectionheader/.
Re: pretty urls page extensions
Posted: Mon Oct 04, 2010 4:48 pm
by Dr.CSS
Then the short answer is no you can't, it may be possible in CMS Made Simple 1.9...