My homepage is not associated with CMS!

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1974
Joined: Mon Jan 29, 2007 4:47 pm

Re: My homepage is not associated with CMS!

Post by Jo Morg »

CMSMS manages contents (pages, templates, css, modules, etc...) from the database. This means that most of the work, configuring, designing, publishing) doesn't require modifying files, with the sole exception of media files (mainly images).
You need to refer to: Hope this helps you starting up.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: My homepage is not associated with CMS!

Post by velden »

I don't know what's 'your' difference between index.php and 'homepage' but:

Often web hosting has a index.htm of index.html as a default placeholder. Most of the times index.htm(l) 'overrules' an existing index.php.

That would cause 'www.example.com to show a different webpage than 'www.example.com/index.php

If so, use your ftp client or hosting provider admin panel to remove/rename that index.htm(l) file.
chandra

Re: My homepage is not associated with CMS!

Post by chandra »

Another way is to change the calling order ;)

http://www.htaccess-guide.com/directoryindex-uses/
Locked

Return to “[locked] Installation, Setup and Upgrade”