How To Set My Home Page?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
guitresan
New Member
New Member
Posts: 9
Joined: Wed Oct 29, 2008 6:31 pm

How To Set My Home Page?

Post by guitresan »

Hi there! First of all, sorry for the off topic but I don't where to post this doubt.

I made a clean installation of CMSMS at c:/htdocs/CMS/ everything works fine but the "Home" link doesn't point to c:/htdocs/CMS/index.php,instead it ponits to c:/htdocs/CMS/ and apeears a list with all the files stored in the CMS folder.

I tried setting the root page inside de Administrator's tool but nothing happends. I tried modifying the root_path at confing.php and nothing happends.

Can Anyone help me? Thank you very much and sorry my english.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: How To Set My Home Page?

Post by Nullig »

Well, we need a bit more info than that...

Post your config.php (obfuscating/removing passwords)
Post your .htaccess file.
Post the System Info from Admin.

Nullig
Pierre M.

Re: How To Set My Home Page?

Post by Pierre M. »

Hello,
guitresan wrote: ...and apeears a list with all the files stored in the CMS folder.
This seems a misconfig of your webserver (not CMSms). Instead of executing root/index.php when calling root/ it lists root/. When pointed to a folder your webserver should execute the index.php file it finds in it.
Or may be your root/index.php file is missing or broken (integrity problem).

Pierre M.
Teme
New Member
New Member
Posts: 8
Joined: Sat Oct 25, 2008 5:10 pm

Re: How To Set My Home Page?

Post by Teme »

Following configuration problems are existing in this installation:
* Default page does not include index.php
** At Apache's https.conf I have: DirectoryIndex index.html index.htm index.shtml index.php
* It does not deny the file listing under the directory c:/htdocs
** At Apache the Options -directive does not include 'Indexes' (if I remember properly)

The latter is not mndatory, but it is usually used for security reasons.

Teme
Post Reply

Return to “Layout and Design (CSS & HTML)”