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

how to make 301 redirect?

This is a discussion on how to make 301 redirect? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; how to redirect all my product URL to root? for example i have a propduct ,with bellow URL example.com/index.php?cPath=189 how ...

      
  1. #1
    611
    611 is offline
    New Member
    Join Date
    May 2008
    Posts
    17
    Rep Power
    0


    Default how to make 301 redirect?

    how to redirect all my product URL to root?

    for example

    i have a propduct ,with bellow URL

    example.com/index.php?cPath=189

    how i can forward it to

    example.com/?cPath=189

    and omit all index.php from my site?

    tanx

  2. #2
    611
    611 is offline
    New Member
    Join Date
    May 2008
    Posts
    17
    Rep Power
    0


    Default Re: how to make 301 redirect?

    should i do this on .hatcass file?

  3. #3
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default Re: how to make 301 redirect?

    You don't need to 301redirect to do that and I'm pretty sure you can get into trouble trying that.

    You need to find the links that reference to FILENAME_DEFAULT which is defined as /index.php and change them to FILENAME_HOME, but you need to make sure that FILENAME_HOME is defined like this
    define('FILENAME_HOME', '/');
    It's pretty easy you just have to search FILENAME_DEFAULT in your files and you'll see everywhere it's referenced.
    John

LinkBacks (?)

  1. 02-06-2010, 02:40 PM

Similar Threads

  1. redirect to root
    By Dark1 in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 10-26-2007, 11:54 AM
  2. redirect from root
    By rhodesengr in forum osCmax v2 Installation issues
    Replies: 5
    Last Post: 08-25-2007, 02:09 PM
  3. smart redirect
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 05-13-2007, 08:30 PM
  4. Make us your homepage link - Does anyone know how to make?
    By markymrk22 in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 06-05-2005, 08:49 AM
  5. downloads by redirect
    By jloyzaga in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 09-25-2003, 03:09 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
  •