Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Tyrone Miles on January 28, 2003, 02:42:42 AM
-
What do I need to do to make default.php one of the names included as a default for websites in an ibay?
-
You will need to get into the templates and find the 50DirectoryIndex00. You will see something like this
DirectoryIndex index.htm index.html index.shtml index.cgi
You can then add default.php onto the end. Make sure you edit the custom templates and you will need to rebuild the templates when finished
-
Perhaps this could work for you;
Make a file called index.php with the following contents;
header("Location: http://www.yourdomain.com/default.php");
exit;
?>
-
Nice, nice.. Thanks you guys BOTh answers were great!
-
Must be for osCommerce.....
Need help I can do the install in less than 10 minutes in an ibay. Admin can be in its own PROTECTED ibay....
Chal
-
Sounds good, could you show me?
-
Hi,
I liked the first idea the best apart from the fact that you should not modify the original templates but create a custom version.
Howto do this you can find on the URL below.
http://www.e-smith.org/docs/papers/templates.html#AEN77
Cheers,
Allard