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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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? |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| 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
|
| The Following User Says Thank You to michael_s For This Useful Post: | ||
sircuss (05-12-2007) | ||
|
#3
| ||||
| ||||
| 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
| |||
| |||
| 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! |
| The Following User Says Thank You to aaanativearts For This Useful Post: | ||
sircuss (05-12-2007) | ||
|
#5
| ||||
| ||||
| 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. |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Seach Engine Friendly URL | michael_s | New osCommerce Contributions | 0 | 03-03-2007 02:11 PM |
| Seach Engine Friendly URL | michael_s | New osCommerce Contributions | 0 | 02-22-2007 05:12 PM |
| Seach Engine Friendly URL | michael_s | New osCommerce Contributions | 0 | 02-12-2007 08:11 AM |
| search engine safe URL's | groggory | osCMax v1.7 Discussion | 6 | 01-24-2005 11:27 AM |
| Search Engine Friendly osCommerce | author20 | osCommerce 2.2 Modification Help | 0 | 02-24-2003 04:33 AM |