How do I install or configure CMS Made Simple so that the CMS Made Simple index page (as it now stands, the sample page but later my own page) is my site's home page?
Thanks,
Ziqui
Setting the CMS Made Simple index page as my site's homepage
Re: Setting the CMS Made Simple index page as my site's homepage
Hmm, that's hard to answer without any information on how your site is setup and how/where you installed CMS Made Simple.
Normally, when you install CMS Made Simple, it's index page (index.php) automatically is the site's home page.
The only cases I can image when that's not the case is when you installed CMS Made Simple in a subdir or when there is a index.html (or index.htm) file present in the root and the web server gives precedence to that instead of index.php.
In the first case move all files in the subdir to the root and change config.php to reflect the path changes, in the last case simply delete the index.htm(l) file.
Regards,
D
Normally, when you install CMS Made Simple, it's index page (index.php) automatically is the site's home page.
The only cases I can image when that's not the case is when you installed CMS Made Simple in a subdir or when there is a index.html (or index.htm) file present in the root and the web server gives precedence to that instead of index.php.
In the first case move all files in the subdir to the root and change config.php to reflect the path changes, in the last case simply delete the index.htm(l) file.
Regards,
D
Re: Setting the CMS Made Simple index page as my site's homepage
Thanks - problem solved!