Results 1 to 5 of 5

Search Engine Friendly URL's not working after moving to new server/host

This is a discussion on Search Engine Friendly URL's not working after moving to new server/host within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I have MS2-Max installed (oscmax 1.7) and have "Use Search-Engine Safe URLs (still in development)" enabled. It worked fine on ...

      
  1. #1
    Lurker sircuss's Avatar
    Join Date
    May 2006
    Location
    California
    Posts
    4
    Rep Power
    0


    Default Search Engine Friendly URL's not working after moving to new server/host

    I have MS2-Max installed (oscmax 1.7) and have "Use Search-Engine Safe URLs (still in development)" enabled. It worked fine on my old host. On the new one, when clicked, every cpath/id returns to the index page and does not go to different categories. I searched a lot and I'm hoping someone else has had this issue and can guide me to a resolution. Is it a different Apache version problem?

    I see that some of the code is in includes/functions/html_output.php, includes/application_top.php. Should these be modified? If so how?

  2. #2
    osCMax Developer

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


    Default Re: Search Engine Friendly URL's not working after moving to new server/host

    That option should never be used as it is deprecated. It has never worked correctly and was replaced by Chemo's SEO urls.

    Your best option is to turn that feature off permanently and use the new SEO urls mod by Chemo.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    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
    Lurker sircuss's Avatar
    Join Date
    May 2006
    Location
    California
    Posts
    4
    Rep Power
    0


    Default Re: Search Engine Friendly URL's not working after moving to new server/host

    What about the page ranking and search engine placement? The site has top spots in many keywords. Is there a way to redirect without losing rank?

    Any other solutions?

  4. #4
    Member
    Join Date
    Apr 2007
    Posts
    40
    Rep Power
    0


    Default Re: Search Engine Friendly URL's not working after moving to new server/host

    You can redirect without losing rank by using a 301 Moved Permanently directive in your .htaccess file. For each url that is changing add the following line to your .htaccess file:
    Code:
    Redirect 301 /oldpage.htm http://www.mysite.com/newpage.htm
    or
    Redirect 301 /directory/oldpage.htm http://www.mysite.com/directory/newpage.htm

    Use the first option if the old page is in the root directory and the second if it's in another directory. Do note how the first parameter is just the page location whereas the second is the complete web address with the http and www. Add one line like this for each url that is changing. Hope this helps!

  5. #5
    Lurker sircuss's Avatar
    Join Date
    May 2006
    Location
    California
    Posts
    4
    Rep Power
    0


    Default Re: Search Engine Friendly URL's not working after moving to new server/host

    Is there a limit to how many entries you can have in the .htaccess file? I have at least 300-450 pages that would need to be redirected.

Similar Threads

  1. Seach Engine Friendly URL
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 03-03-2007, 02:11 PM
  2. Seach Engine Friendly URL
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 02-22-2007, 05:12 PM
  3. Seach Engine Friendly URL
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 02-12-2007, 08:11 AM
  4. search engine safe URL's
    By groggory in forum osCmax v1.7 Discussion
    Replies: 6
    Last Post: 01-24-2005, 11:27 AM
  5. Search Engine Friendly osCommerce
    By author20 in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 02-24-2003, 04:33 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
  •