RE: rename default.php
cell7dotORG <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.suggestions |
|---|---|
| Message-ID | <59570740efddf225cae8cef7e933d9f4@osCommerce-Forums> |
This message was sent from: Suggestions and Proposals
http://forums.oscommerce.com/viewtopic.php?p=171127#171127
----------------------------------------------------------------
Maybe this is just too simple, but couldn't you just make an index page (if your web server doesn't see default.php as an index) and on that index page just do an include with nothing else?
[code]<?PHP include('default.php') ;?>[/code]
It's a lazy way to do it, but it would work in a pinch.