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.
pretty urls page extensions
Re: pretty urls page extensions
Any particular reason you would only want some pages to have extensions and not others?...
Re: pretty urls page extensions
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.
If there is another way of simulating the subdirectories, please let me know.
Re: pretty urls page extensions
Sectionheaders...
Re: pretty urls page extensions
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/.
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
Then the short answer is no you can't, it may be possible in CMS Made Simple 1.9...