Page 1 of 1

index.php in URL

Posted: Wed 18. Feb 2015, 12:49
by weberteam
Hello all,
I am trying to understand how to change the URL so that I can have index.php included. For example, I need this:
http://localhost/index.php?team_members
instead of this
http://localhost/?team members

Thanks in advance.

Re: index.php in URL

Posted: Wed 18. Feb 2015, 12:56
by Gert
Hello,

I have removed the "index.php" intentionally from the URL. Why or for which purpose do you want to have it?

If you want to have a welcome page (without an index.htm), make an own template for the first CMSimple page, and hide the first CMSimple page from the toc, if you want.

The template of the first page, don't must have any CMSimple template tag. It may be made by pure html and css, you can forward it or set a link to any CMSimple pages, whatever you want, here is a Demo:

http://www.kstb.de/cmsimpledev/

Gert

Re: index.php in URL

Posted: Wed 18. Feb 2015, 13:06
by weberteam
Wow, this was fast! :D

Yes, my intention is to make welcome index.html, but your suggestion makes more sense than mine. I was hoping that making simple html page was the easiest way to go.

Anyway, thank you very very much Gert!

Re: index.php in URL

Posted: Mon 23. Feb 2015, 14:10
by weberteam
Dear Gert,
Could You please point me to the tutorial of how to assign custom template to my first page? I can't find it on my own.
Thanks!

Re: index.php in URL

Posted: Mon 23. Feb 2015, 14:41
by Gert
There is a tab "Page" above the editor - there you can choose an alternative template for the current page,

Gert

Re: index.php in URL

Posted: Mon 23. Feb 2015, 15:02
by weberteam
Thanks a million!