RE: Change default.php to index.php
delishus <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.tips |
|---|---|
| Message-ID | <958498b04de232d0395e6ae792933bab@osCommerce-Forums> |
This message was sent from: Tips and Tricks
http://forums.oscommerce.com/viewtopic.php?p=187065#187065
----------------------------------------------------------------
All you need is to create an index.php file with this....
<?
header("location: default.php");
?>
delete the index.html if you have one.
Del