GetSimple Support Forum

Full Version: How do I create a page without the html extension?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The URL slug doesn't include .html so how do I create a page that will work without .html.

example:
hrcts.com/mobile
hrcts.com/shopfsa
instead of hrcts.com/shopfsa.html
(2013-09-18, 04:50:57)greg@hrcts.com Wrote: [ -> ]The URL slug doesn't include .html so how do I create a page that will work without .html.

in "settings" define the "Custom Permalink Structure" like this:

Code:
%parent%/%slug%

does it help?
I only want to remove the .html from 1 or 2 pages, the rest should continue to have the extension. What happens when I make this change to the settings?

thanks
my suggestion will change ALL these pages

if you want to change the extension / delete the extension from some pages you can do this with rewrite-statements in the file .htaccess

there are some online-htaccess-generators in the web, where you can create the necessary statements, which you have to enter in the .htaccess-file