This is a discussion on .htaccess question within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Ok here is a "dumb bunny question". I created a .htaccess file and added this statement: DirectoryIndex index.php index.htm index.html ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Ok here is a "dumb bunny question". I created a .htaccess file and added this statement: DirectoryIndex index.php index.htm index.html And it works! I no longer have to type: www.decorsavings.com/catalog/index.php I can just type in the browser: www.decorsavings.com/catalog BUT! What do I need to do, so that when someone types: www.decorsavings.com into the browser it will go to www.decorsavings.com/catalog I looked in the Installation Guide, but didn't see where that was covered. Thanks |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| Make a index.html file in you main site like: Code: <html> <head> <META Http-equiv="refresh" Content="0; Url=https://www.yoursite.com/catalog"> <title> Transfering to site. (Enter your own title here) </title> </head> <body bgcolor=ffffff> <center> <br> <br> <b>Please wait while you are transfered to our site</b><br> Or click <a href="http://www.yoursite.com/catalog">http://www.yoursite.com/catalog</a> </center> </body> <html> |
|
#3
| |||
| |||
| Thank you so much for the index.html You really saved my bacon!!!! |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Trouble with .htaccess /.htpasswd | DancesWithData | osCommerce 2.2 Installation Help | 1 | 04-11-2004 01:21 PM |
| htaccess | nisse | osCommerce 2.2 Installation Help | 1 | 11-12-2003 04:35 PM |
| Creating the .htaccess file | DJ-Loki | osCommerce 2.2 Installation Help | 2 | 07-02-2003 07:42 AM |
| Help with .htaccess and htpasswd please | ozstar | osCommerce 2.2 Installation Help | 5 | 03-12-2003 01:45 AM |
| error with htaccess on xp/apache | AtroxAngel | osCommerce 2.2 Modification Help | 1 | 01-16-2003 10:44 AM |