RE: rename default.php
mazza <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.suggestions |
|---|---|
| Message-ID | <5c2cdc81d29114913eec13411460d76a@osCommerce-Forums> |
This message was sent from: Suggestions and Proposals
http://forums.oscommerce.com/viewtopic.php?p=171365#171365
----------------------------------------------------------------
htaccess:
[code]
DirectoryIndex default.php index.php index.htm index.html
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
# Alidomain
RewriteCond %{HTTP_HOST} www.yourdomain.net$
RewriteCond %{REQUEST_URI} !catalog/
RewriteRule ^(.*)$ catalog/$1 [/code]
Now your store is in root and if you forgot something you need in the root they are still available.