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

Adding a new Store Front

This is a discussion on Adding a new Store Front within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; I was recently upgraded to osCommerce v2.2 RC1. How do I get the index.php to point to the store front ...

      
  1. #1
    New Member
    Join Date
    Aug 2007
    Posts
    11
    Rep Power
    0


    Default Adding a new Store Front

    I was recently upgraded to osCommerce v2.2 RC1. How do I get the index.php to point to the store front that I created? I have been looking in the Knowledge Base, but have not found anything. Any Help is greatly appreciated.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Adding a new Store Front

    So you created an index.html page that you want to show instead of index.php?

    Add this to .htaccess file:

    Code:
    DirectoryIndex index.html
    This will tell the server to load index.html as the main page instead of index.php.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Aug 2007
    Posts
    11
    Rep Power
    0


    Default Re: Adding a new Store Front

    Where do I put it in the file?
    Last edited by tac_cio; 08-04-2007 at 10:05 AM.

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Adding a new Store Front

    In your .htaccess file in your main public_html directory
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    New Member
    Join Date
    Aug 2007
    Posts
    11
    Rep Power
    0


    Default Re: Adding a new Store Front

    Under which part do I place it?

    # $Id: $
    #
    # This is used with Apache WebServers
    #
    # For this to work, you must include the parameter 'Options' to
    # the AllowOverride configuration
    #
    # Example:
    #
    # <Directory "/usr/local/apache/htdocs">
    # AllowOverride Options
    # </Directory>
    #
    # 'All' with also work. (This configuration is in the
    # apache/conf/httpd.conf file)

    # The following makes adjustments to the SSL protocol for Internet
    # Explorer browsers

    #<IfModule mod_setenvif.c>
    # <IfDefine SSL>
    # SetEnvIf User-Agent ".*MSIE.*" \
    # nokeepalive ssl-unclean-shutdown \
    # downgrade-1.0 force-response-1.0
    # </IfDefine>
    #</IfModule>

    # If Search Engine Friendly URLs do not work, try enabling the
    # following Apache configuration parameter

    # AcceptPathInfo On

    # Fix certain PHP values
    # (commented out by default to prevent errors occuring on certain
    # servers)

    # php_value session.use_trans_sid 0
    # php_value register_globals 1

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Adding a new Store Front

    Now you are just being difficult

    Put it anywhere on its own line.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Similar Threads

  1. removing new products from the front page of the store
    By jake96 in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 07-12-2006, 08:11 PM
  2. How to Setup a Test Store using your Web Store Code
    By mnpolock in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 05-24-2005, 05:05 AM
  3. no store front
    By marc76uk in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 12-17-2004, 02:41 PM
  4. Front Look Side Arrangemet
    By ekingz in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 08-26-2003, 10:03 AM
  5. A front end GUI (gnome) for Oscommerce
    By gatuus in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 04-22-2003, 02:36 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
  •