change index.php to something.php

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
promy
Forum Members
Forum Members
Posts: 12
Joined: Mon Jul 10, 2006 8:11 am

change index.php to something.php

Post by promy »

Since my hosting is parsing .php before .htm of .html files, I would like to change the index.php of the cms site to something else (ex. index2.php).
The index.html is just a front, containing a flash movie and a link to the rest of the site.
Is it possible to do so easely?
Pierre M.

Re: change index.php to something.php

Post by Pierre M. »

Hello,

I think the easiest way is to have your hosting provider do things The Right Way(TM) :

Code: Select all

DirectoryIndex index.html index.php
Its competitors do it.

Or may be you can change this yourself in the .htaccess ?

Pierre M.
promy
Forum Members
Forum Members
Posts: 12
Joined: Mon Jul 10, 2006 8:11 am

Re: change index.php to something.php

Post by promy »

Thanks!
putting this in .htaccess does the trick!
Locked

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