Results 1 to 2 of 2

Changing Index

This is a discussion on Changing Index within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; If you look at bloommaster.com I have removed the default.php and replaced it with index.php. I now want to have ...

      
  1. #1
    Lurker
    Join Date
    Nov 2003
    Posts
    2
    Rep Power
    0


    Default Changing Index

    If you look at bloommaster.com I have removed the default.php and replaced it with index.php. I now want to have ALL products linked back to default.php or a catalog.php as I am doing several different pages for search engines. Does anyone know where to associate this? I have tried removing the index and copied it to default
    it appears but the links do not work as they are looking for index.php
    Thanks ahead of time for any responses

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


    Default

    A simple solution - copy index.php to default.php (and keep BOTH files.) Else to a search for default.php and change them all to index.php


    In OSC you should be able to change filenames.php and should work though out the system..look for a line simular to:

    define('FILENAME_DEFAULT', 'default.php');

    and change to:

    define('FILENAME_DEFAULT', 'index.php');
    then change/rename ALL default.php to index.php in all directories.

    Good Luck

Similar Threads

  1. Changing index.php
    By alechhe in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 11-07-2006, 07:50 AM
  2. Changing the links available in the index.php page
    By developer_x in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 01-23-2005, 12:36 PM
  3. how to move index.php
    By rnomis in forum osCmax v1.7 Discussion
    Replies: 5
    Last Post: 02-21-2004, 05:19 PM
  4. linking to index.htm
    By Christy in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 11-21-2003, 06:06 PM
  5. Changing the index.php file
    By jpcohen in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 09-27-2003, 03:18 PM

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
  •