Page 1 of 1

Re: My homepage is not associated with CMS!

Posted: Sun Jun 15, 2014 2:11 pm
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.

Re: My homepage is not associated with CMS!

Posted: Sun Jun 15, 2014 8:57 pm
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.

Re: My homepage is not associated with CMS!

Posted: Sun Jun 15, 2014 9:41 pm
by chandra
Another way is to change the calling order ;)

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