osCmax v2.5 User Manual
Results 1 to 3 of 3

.htaccess question

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 ...

      
  1. #1
    New Member
    Join Date
    Jun 2004
    Posts
    9
    Rep Power
    0


    Default .htaccess question

    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

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default

    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>
    Good Luck!

  3. #3
    New Member
    Join Date
    Jun 2004
    Posts
    9
    Rep Power
    0


    Default


    Thank you so much for the index.html

    You really saved my bacon!!!!

Similar Threads

  1. Trouble with .htaccess /.htpasswd
    By DancesWithData in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 04-11-2004, 12:21 PM
  2. htaccess
    By nisse in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 11-12-2003, 03:35 PM
  3. Creating the .htaccess file
    By DJ-Loki in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 07-02-2003, 06:42 AM
  4. Help with .htaccess and htpasswd please
    By ozstar in forum osCommerce 2.2 Installation Help
    Replies: 5
    Last Post: 03-12-2003, 12:45 AM
  5. error with htaccess on xp/apache
    By AtroxAngel in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 01-16-2003, 09:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •