MSU Uninstall Rewrite Rules

Custom URLs and redirections.

MSU Uninstall Rewrite Rules

Postby BlessIsaacola » Fri Sep 05, 2008 6:12 am

Does anybody have the rewrite rules to put in .htaccess to send a 301 redirect to search engine after disabling MSU? Disabling MSU generates 404 errors for all MSU indexed pages if there is no rewrite rule to tell search to go to the Zen Cart equivalent of the url.

Basically this should be part of the mod to be a complete mod....this is the uninstall instruction that should include rewrite rule to pass msu indexed pages back to Zen Cart.
http://www.clevershoppers.com - Where Clever People Shop!
BlessIsaacola
Follower
 
Posts: 98
Joined: Sun Feb 03, 2008 8:48 pm
Location: Kennesaw, GA

Re: MSU Uninstall Rewrite Rules

Postby BlessIsaacola » Tue Feb 17, 2009 12:24 pm

Well, I posted the above a year ago and now I am still at the same place. Does anyone know how to redirect pages indexed by SE from MSU links to regular Zen Cart links? Basically, I am looking for the rewrite rules to send back MSU links to Zen Cart links without generating 404 errors.
http://www.clevershoppers.com - Where Clever People Shop!
BlessIsaacola
Follower
 
Posts: 98
Joined: Sun Feb 03, 2008 8:48 pm
Location: Kennesaw, GA

Re: MSU Uninstall Rewrite Rules

Postby ~J~ » Sun Nov 22, 2009 3:10 pm

All necessary steps for successful un-installation are following:

1) remove MSU installation line
2) Change the end of each line with Rewrite Rules to [R=301,L,QSA].

That is all. It cant be easier or simpler. Both install and un-install process is quick and effective.
~J~

Magic SEO URLs got new Home at InveoStore.com and are now available for
osCommerce, CRE Loaded, Zen Cart, PrestaShop, OpenCart, CubeCart, phpBB and phpBB3!
~J~
Magic SEO URL Founder
 
Posts: 1017
Joined: Sat Feb 02, 2008 11:07 am
Location: Prague, Central Europe

Re: MSU Uninstall Rewrite Rules

Postby BlessIsaacola » Tue Mar 23, 2010 11:54 pm

~J~ wrote:All necessary steps for successful un-installation are following:

1) remove MSU installation line
2) Follow instructions in this thread mentioned earlier

That is all. It cant be easier or simpler. Both install and un-install process is quick and effective.


J- Can you please update the link above because it doesn't lead to the referenced "instruction mentioned earlier." Thanks!
http://www.clevershoppers.com - Where Clever People Shop!
BlessIsaacola
Follower
 
Posts: 98
Joined: Sun Feb 03, 2008 8:48 pm
Location: Kennesaw, GA

Re: MSU Uninstall Rewrite Rules

Postby BlessIsaacola » Thu Mar 25, 2010 10:10 am

~J~ wrote:All necessary steps for successful un-installation are following:

1) remove MSU installation line
2) Change the end of each line with Rewrite Rules to [R=301,L,QSA].

That is all. It cant be easier or simpler. Both install and un-install process is quick and effective.


J-

Does this uninstall process requires leaving includes/magic_seo_url.php and includes/msu_tweak.ini files in place?

Also, does the uninstall process requires leaving the RewriteCond lines in places as well or just the Rewrite Rules?

does it have to be something like this:

#privacy - privacy
RewriteCond %{QUERY_STRING} ^currency=([a-zA-Z]{3})&zenid=([a-z0-9]*) [OR]
RewriteCond %{QUERY_STRING} ^currency=([a-zA-Z]{3}) [OR]
RewriteCond %{QUERY_STRING} ^zenid=([a-z0-9]*) [OR]
RewriteCond %{QUERY_STRING} ^
RewriteRule ^privacy.html$ index.php?main_page=privacy [R=301,L,QSA]

OR is this acceptable:

#privacy - privacy
RewriteRule ^privacy.html$ index.php?main_page=privacy [R=301,L,QSA]
http://www.clevershoppers.com - Where Clever People Shop!
BlessIsaacola
Follower
 
Posts: 98
Joined: Sun Feb 03, 2008 8:48 pm
Location: Kennesaw, GA

Re: MSU Uninstall Rewrite Rules

Postby ~J~ » Fri Mar 26, 2010 11:59 am

BlessIsaacola wrote:Does this uninstall process requires leaving includes/magic_seo_url.php and includes/msu_tweak.ini files in place?


No.

BlessIsaacola wrote:Also, does the uninstall process requires leaving the RewriteCond lines in places as well or just the Rewrite Rules?


Only RewriteRule line should be enough for most cases.
~J~

Magic SEO URLs got new Home at InveoStore.com and are now available for
osCommerce, CRE Loaded, Zen Cart, PrestaShop, OpenCart, CubeCart, phpBB and phpBB3!
~J~
Magic SEO URL Founder
 
Posts: 1017
Joined: Sat Feb 02, 2008 11:07 am
Location: Prague, Central Europe

Re: MSU Uninstall Rewrite Rules

Postby BlessIsaacola » Fri Aug 27, 2010 3:48 pm

I need help so badly. I uninstalled MSU and tried the rewrite rules below for a 301 redirect of old MSU link to Zen Cart but it didn't work. Every single old link just sends me back to the login page. Can you please kindly take a look at my rewrite below to see what I am doing wrong?

Code: Select all
RewriteEngine On
RewriteBase /
RewriteRule ^about-us\.html$ index.php?main_page=about_us [R=301,L,QSA]
RewriteRule ^returns\.html$ index.php?main_page=returns [R=301,L,QSA]
RewriteRule ^testimonials\.html$ index.php?main_page=testimonials_manager_all_testimonials [R=301,L,QSA]
RewriteRule ^disclaimer\.html$ index.php?main_page=disclaimer [R=301,L,QSA]
RewriteRule ^shipping\.html$ index.php?main_page=shippinginfo [R=301,L,QSA]
RewriteRule ^privacy\.html$ index.php?main_page=privacy [R=301,L,QSA]
RewriteRule ^conditions\.html$ index.php?main_page=conditions [R=301,L,QSA]
RewriteRule ^contact-us\.html$ index.php?main_page=contact_us [R=301,L,QSA]
RewriteRule ^sitemap\.html$ index.php?main_page=site_map [R=301,L,QSA]
RewriteRule ^gift-certificate-faq\.html$ index.php?main_page=gv_faq&faq_item=%1 [R=301,L,QSA]
RewriteRule ^gift-certificate-faq\.html$ index.php?main_page=gv_faq [R=301,L,QSA]
RewriteRule ^discount-coupon\.html$ index.php?main_page=discount_coupon [R=301,L,QSA]
RewriteRule ^newsletter-unsubscribe\.html$ index.php?main_page=unsubscribe [R=301,L,QSA]
RewriteRule ^log-off\.html$ index.php?main_page=logoff [R=301,L,QSA]
#RewriteRule ^$ index.php?main_page=index [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-10-([0-9]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$2&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-10-([0-9]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$2&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-10-([0-9]*)\.html$ index.php?main_page=index&products_id=$2&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-10-([\:0-9a-z]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$2 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-5-([0-9]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$2&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-5-([0-9]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$2&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-5-([0-9]*)\.html$ index.php?main_page=index&products_id=$2&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-5-([\:0-9a-z]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$2 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-4-([0-9]*)\.html$ index.php?main_page=document_product_info&products_id=$2&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-4-([0-9]*)\.html$ index.php?main_page=document_product_info&products_id=$2&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-4-([0-9]*)\.html$ index.php?main_page=index&products_id=$2&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-4-([\:0-9a-z]*)\.html$ index.php?main_page=document_product_info&products_id=$2 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-3-([0-9]*)\.html$ index.php?main_page=document_general_info&products_id=$2&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-3-([0-9]*)\.html$ index.php?main_page=document_general_info&products_id=$2&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-3-([\:0-9a-z]*)\.html$ index.php?main_page=document_general_info&products_id=$2 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-2-([0-9]*)\.html$ index.php?main_page=product_music_info&products_id=$2&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-2-([0-9]*)\.html$ index.php?main_page=product_music_info&products_id=$2&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-2-([0-9]*)\.html$ index.php?main_page=index&products_id=$2&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-2-([\:0-9a-z]*)\.html$ index.php?main_page=product_music_info&products_id=$2 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=product_info&products_id=$2&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=product_info&products_id=$2&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=index&products_id=$2&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([\:0-9a-z]*)\.html$ index.php?main_page=product_info&products_id=$2 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2&sort=$4&alpha_filter_id=%1&page=$3 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2&sort=$4&filter_id=%1&page=$3 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2&sort=$4&filter_id=%1&alpha_filter_id=%2&page=$3 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)(/){0,1}$ index.php?main_page=index&cPath=$2&sort=4d [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/index-([0-9]*)\.html$ index.php?main_page=index&cPath=$2&sort=4d&page=$3 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2&sort=$4&page=$3 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([0-9]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$4&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([0-9]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$4&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([0-9]*)\.html$ index.php?main_page=index&cPath=$2&products_id=$4&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([\:0-9a-z]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$4 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([0-9]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$4&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([0-9]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$4&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([0-9]*)\.html$ index.php?main_page=index&cPath=$2&products_id=$4&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([\:0-9a-z]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$4 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([0-9]*)\.html$ index.php?main_page=document_product_info&products_id=$4&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([0-9]*)\.html$ index.php?main_page=document_product_info&products_id=$4&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([0-9]*)\.html$ index.php?main_page=index&cPath=$2&products_id=$4&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([\:0-9a-z]*)\.html$ index.php?main_page=document_product_info&products_id=$4 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-3-([0-9]*)\.html$ index.php?main_page=document_general_info&products_id=$4&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-3-([0-9]*)\.html$ index.php?main_page=document_general_info&products_id=$4&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-3-([\:0-9a-z]*)\.html$ index.php?main_page=document_general_info&products_id=$4 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([0-9]*)\.html$ index.php?main_page=product_music_info&products_id=$4&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([0-9]*)\.html$ index.php?main_page=product_music_info&products_id=$4&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([0-9]*)\.html$ index.php?main_page=index&cPath=$2&products_id=$4&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([\:0-9a-z]*)\.html$ index.php?main_page=product_music_info&products_id=$4 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=product_info&products_id=$4&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=product_info&products_id=$4&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=index&cPath=$2&products_id=$4&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([\:0-9a-z]*)\.html$ index.php?main_page=product_info&products_id=$4 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4&sort=$6&alpha_filter_id=%1&page=$5 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4&sort=$6&filter_id=%1&page=$5 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4&sort=$6&filter_id=%1&alpha_filter_id=%2&page=$5 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)(/){0,1}$ index.php?main_page=index&cPath=$2_$4&sort=4d [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4&sort=4d&page=$5 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4&sort=$6&page=$5 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([0-9]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$6&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([0-9]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$6&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4&products_id=$6&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([\:0-9a-z]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$6 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([0-9]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$6&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([0-9]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$6&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4&products_id=$6&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([\:0-9a-z]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$6 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([0-9]*)\.html$ index.php?main_page=document_product_info&products_id=$6&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([0-9]*)\.html$ index.php?main_page=document_product_info&products_id=$6&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4&products_id=$6&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([\:0-9a-z]*)\.html$ index.php?main_page=document_product_info&products_id=$6 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-3-([0-9]*)\.html$ index.php?main_page=document_general_info&products_id=$6&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-3-([0-9]*)\.html$ index.php?main_page=document_general_info&products_id=$6&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-3-([\:0-9a-z]*)\.html$ index.php?main_page=document_general_info&products_id=$6 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([0-9]*)\.html$ index.php?main_page=product_music_info&products_id=$6&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([0-9]*)\.html$ index.php?main_page=product_music_info&products_id=$6&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4&products_id=$6&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([\:0-9a-z]*)\.html$ index.php?main_page=product_music_info&products_id=$6 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=product_info&products_id=$6&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=product_info&products_id=$6&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4&products_id=$6&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([\:0-9a-z]*)\.html$ index.php?main_page=product_info&products_id=$6 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4_$6&sort=$8&alpha_filter_id=%1&page=$7 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4_$6&sort=$8&filter_id=%1&page=$7 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4_$6&sort=$8&filter_id=%1&alpha_filter_id=%2&page=$7 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)(/){0,1}$ index.php?main_page=index&cPath=$2_$4_$6&sort=4d [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4_$6&sort=4d&page=$7 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4_$6&sort=$8&page=$7 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([0-9]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$8&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([0-9]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$8&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4_$6&products_id=$8&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([\:0-9a-z]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$8 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([0-9]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$8&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([0-9]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$8&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4_$6&products_id=$8&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([\:0-9a-z]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$8 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([0-9]*)\.html$ index.php?main_page=document_product_info&products_id=$8&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([0-9]*)\.html$ index.php?main_page=document_product_info&products_id=$8&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4_$6&products_id=$8&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([\:0-9a-z]*)\.html$ index.php?main_page=document_product_info&products_id=$8 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-3-([0-9]*)\.html$ index.php?main_page=document_general_info&products_id=$8&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-3-([0-9]*)\.html$ index.php?main_page=document_general_info&products_id=$8&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-3-([\:0-9a-z]*)\.html$ index.php?main_page=document_general_info&products_id=$8 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([0-9]*)\.html$ index.php?main_page=product_music_info&products_id=$8&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([0-9]*)\.html$ index.php?main_page=product_music_info&products_id=$8&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4_$6&products_id=$8&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([\:0-9a-z]*)\.html$ index.php?main_page=product_music_info&products_id=$8 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=product_info&products_id=$8&action=notify_remove [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=product_info&products_id=$8&action=notify [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4_$6&products_id=$8&action=buy_now [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([\:0-9a-z]*)\.html$ index.php?main_page=product_info&products_id=$8 [R=301,L,QSA]
RewriteRule ^manufacturers/([a-z0-9-]*)-([0-9]*)/$ index.php?main_page=index&manufacturers_id=$2 [R=301,L,QSA]
RewriteRule ^manufacturers/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)\.html$ index.php?main_page=index&manufacturers_id=$2&sort=4d&page=$3 [R=301,L,QSA]
RewriteRule ^manufacturers/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&manufacturers_id=$2&sort=$4&alpha_filter_id=%1&page=$3 [R=301,L,QSA]
RewriteRule ^manufacturers/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&manufacturers_id=$2&sort=$4&filter_id=%1&page=$3 [R=301,L,QSA]
RewriteRule ^manufacturers/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&manufacturers_id=$2&sort=$4&filter_id=%1&alpha_filter_id=%2&page=$3 [R=301,L,QSA]
RewriteRule ^manufacturers/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&manufacturers_id=$2&sort=$4&page=$3 [R=301,L,QSA]
RewriteRule ^specials/$ index.php?main_page=specials [R=301,L,QSA]
RewriteRule ^specials/index-([0-9]*)\.html$ index.php?main_page=specials&page=$1 [R=301,L,QSA]
RewriteRule ^reviews/$ index.php?main_page=reviews [R=301,L,QSA]
RewriteRule ^reviews/index-([0-9]*)\.html$ index.php?main_page=reviews&page=$1 [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/$ index.php?main_page=product_reviews&products_id=$2&action=notify [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/$ index.php?main_page=product_reviews&products_id=$2&action=notify_remove [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/$ index.php?main_page=product_reviews&products_id=$2 [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)\.html$ index.php?main_page=product_reviews&products_id=$2&page=$3&action=notify [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)\.html$ index.php?main_page=product_reviews&products_id=$2&page=$3&action=notify_remove [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)\.html$ index.php?main_page=product_reviews&products_id=$2&page=$3 [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/customers-review-([0-9]*)\.html$ index.php?main_page=product_reviews_info&products_id=$2&reviews_id=$3&action=notify [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/customers-review-([0-9]*)\.html$ index.php?main_page=product_reviews_info&products_id=$2&reviews_id=$3&action=notify_remove [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/customers-review-([0-9]*)\.html$ index.php?main_page=product_reviews_info&products_id=$2&reviews_id=$3 [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/write-customers-review\.html$ index.php?main_page=product_reviews_write&products_id=$2&action=notify [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/write-customers-review\.html$ index.php?main_page=product_reviews_write&products_id=$2&action=notify_remove [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/write-customers-review\.html$ index.php?main_page=product_reviews_write&products_id=$2 [R=301,L,QSA]
RewriteRule ^new-products/$ index.php?main_page=products_new&disp_order=%1 [R=301,L,QSA]
RewriteRule ^new-products/$ index.php?main_page=products_new [R=301,L,QSA]
RewriteRule ^new-products/index-([0-9]*)\.html$ index.php?main_page=products_new&disp_order=%1&page=$1 [R=301,L,QSA]
RewriteRule ^new-products/index-([0-9]*)\.html$ index.php?main_page=products_new&page=$1 [R=301,L,QSA]
RewriteRule ^all-products/$ index.php?main_page=products_all&disp_order=%1 [R=301,L,QSA]
RewriteRule ^all-products/$ index.php?main_page=products_all [R=301,L,QSA]
RewriteRule ^all-products/index-([0-9]*)\.html$ index.php?main_page=products_all&disp_order=%1&page=$1 [R=301,L,QSA]
RewriteRule ^all-products/index-([0-9]*)\.html$ index.php?main_page=products_all&page=$1 [R=301,L,QSA]
RewriteRule ^featured-products/$ index.php?main_page=featured_products&disp_order=%1 [R=301,L,QSA]
RewriteRule ^featured-products/$ index.php?main_page=featured_products [R=301,L,QSA]
RewriteRule ^featured-products/index-([0-9]*)\.html$ index.php?main_page=featured_products&disp_order=%1&page=$1 [R=301,L,QSA]
RewriteRule ^featured-products/index-([0-9]*)\.html$ index.php?main_page=featured_products&page=$1 [R=301,L,QSA]
RewriteRule ^account/login\.html$ index.php?main_page=login [R=301,L,QSA]
RewriteRule ^account/create\.html$ index.php?main_page=create_account [R=301,L,QSA]
RewriteRule ^account/created-successful\.html$ index.php?main_page=create_account_success [R=301,L,QSA]
RewriteRule ^account/$ index.php?main_page=account [R=301,L,QSA]
RewriteRule ^account/edit\.html$ index.php?main_page=account_edit [R=301,L,QSA]
RewriteRule ^account/change-password\.html$ index.php?main_page=account_password [R=301,L,QSA]
RewriteRule ^account/orders/$ index.php?main_page=account_history [R=301,L,QSA]
RewriteRule ^account/orders/view-([0-9]*)\.html$ index.php?main_page=account_history_info&order_id=$1 [R=301,L,QSA]
RewriteRule ^account/address-book/$ index.php?main_page=address_book [R=301,L,QSA]
RewriteRule ^account/address-book/add-address\.html$ index.php?main_page=address_book_process [R=301,L,QSA]
RewriteRule ^account/address-book/entry-([0-9]*)\.html$ index.php?main_page=address_book_process&%1=$1 [R=301,L,QSA]
RewriteRule ^account/newsletters/$ index.php?main_page=account_newsletters [R=301,L,QSA]
RewriteRule ^account/notifications/$ index.php?main_page=account_notifications [R=301,L,QSA]
RewriteRule ^shopping-cart/$ index.php?main_page=shopping_cart [R=301,L,QSA]
RewriteRule ^checkout/shipping\.html$ index.php?main_page=checkout_shipping [R=301,L,QSA]
RewriteRule ^search/$ index.php?main_page=advanced_search [R=301,L,QSA]
RewriteRule ^search/results\.html$ index.php?main_page=advanced_search_result [R=301,L,QSA]
RewriteRule ^pages/([a-z0-9-]*)-([0-9]*)-([0-9]*)\.html$ index.php?main_page=page&id=$2&pos=v&chapter=$3 [R=301,L,QSA]
RewriteRule ^pages/([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=page&id=$2&pos=v&chapter=0 [R=301,L,QSA]
http://www.clevershoppers.com - Where Clever People Shop!
BlessIsaacola
Follower
 
Posts: 98
Joined: Sun Feb 03, 2008 8:48 pm
Location: Kennesaw, GA

Re: MSU Uninstall Rewrite Rules

Postby BlessIsaacola » Fri Aug 27, 2010 4:09 pm

Additional information:

It looks to me like it has something to do with all the product notification and remove lines in the htaccess file.

When I clicked on one of the old links (for a product) it brings the login page, when I login, it presents me with the product notification page.

If I click on an old category page from search engine, everything redirects fine.
http://www.clevershoppers.com - Where Clever People Shop!
BlessIsaacola
Follower
 
Posts: 98
Joined: Sun Feb 03, 2008 8:48 pm
Location: Kennesaw, GA

Re: MSU Uninstall Rewrite Rules

Postby BlessIsaacola » Fri Aug 27, 2010 4:39 pm

The code below seems to solve the problem I was previously experiencing but still not sure if this is complete or not. Will appreciate input.

Thanks!

Code: Select all
RewriteEngine On
RewriteBase /
RewriteRule ^about-us\.html$ index.php?main_page=about_us [R=301,L,QSA]
RewriteRule ^returns\.html$ index.php?main_page=returns [R=301,L,QSA]
RewriteRule ^testimonials\.html$ index.php?main_page=testimonials_manager_all_testimonials [R=301,L,QSA]
RewriteRule ^disclaimer\.html$ index.php?main_page=disclaimer [R=301,L,QSA]
RewriteRule ^shipping\.html$ index.php?main_page=shippinginfo [R=301,L,QSA]
RewriteRule ^privacy\.html$ index.php?main_page=privacy [R=301,L,QSA]
RewriteRule ^conditions\.html$ index.php?main_page=conditions [R=301,L,QSA]
RewriteRule ^contact-us\.html$ index.php?main_page=contact_us [R=301,L,QSA]
RewriteRule ^sitemap\.html$ index.php?main_page=site_map [R=301,L,QSA]
RewriteRule ^gift-certificate-faq\.html$ index.php?main_page=gv_faq&faq_item=%1 [R=301,L,QSA]
RewriteRule ^gift-certificate-faq\.html$ index.php?main_page=gv_faq [R=301,L,QSA]
RewriteRule ^discount-coupon\.html$ index.php?main_page=discount_coupon [R=301,L,QSA]
RewriteRule ^newsletter-unsubscribe\.html$ index.php?main_page=unsubscribe [R=301,L,QSA]
RewriteRule ^log-off\.html$ index.php?main_page=logoff [R=301,L,QSA]
#RewriteRule ^$ index.php?main_page=index [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-10-([\:0-9a-z]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$2 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-5-([\:0-9a-z]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$2 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-4-([\:0-9a-z]*)\.html$ index.php?main_page=document_product_info&products_id=$2 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-3-([\:0-9a-z]*)\.html$ index.php?main_page=document_general_info&products_id=$2 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-2-([\:0-9a-z]*)\.html$ index.php?main_page=product_music_info&products_id=$2 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([\:0-9a-z]*)\.html$ index.php?main_page=product_info&products_id=$2 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2&sort=$4&alpha_filter_id=%1&page=$3 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2&sort=$4&filter_id=%1&page=$3 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2&sort=$4&filter_id=%1&alpha_filter_id=%2&page=$3 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)(/){0,1}$ index.php?main_page=index&cPath=$2&sort=4d [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/index-([0-9]*)\.html$ index.php?main_page=index&cPath=$2&sort=4d&page=$3 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2&sort=$4&page=$3 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([\:0-9a-z]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$4 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([\:0-9a-z]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$4 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([\:0-9a-z]*)\.html$ index.php?main_page=document_product_info&products_id=$4 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-3-([\:0-9a-z]*)\.html$ index.php?main_page=document_general_info&products_id=$4 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([\:0-9a-z]*)\.html$ index.php?main_page=product_music_info&products_id=$4 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([\:0-9a-z]*)\.html$ index.php?main_page=product_info&products_id=$4 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4&sort=$6&alpha_filter_id=%1&page=$5 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4&sort=$6&filter_id=%1&page=$5 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4&sort=$6&filter_id=%1&alpha_filter_id=%2&page=$5 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)(/){0,1}$ index.php?main_page=index&cPath=$2_$4&sort=4d [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4&sort=4d&page=$5 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4&sort=$6&page=$5 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([\:0-9a-z]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$6 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([\:0-9a-z]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$6 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([\:0-9a-z]*)\.html$ index.php?main_page=document_product_info&products_id=$6 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-3-([\:0-9a-z]*)\.html$ index.php?main_page=document_general_info&products_id=$6 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([\:0-9a-z]*)\.html$ index.php?main_page=product_music_info&products_id=$6 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([\:0-9a-z]*)\.html$ index.php?main_page=product_info&products_id=$6 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4_$6&sort=$8&alpha_filter_id=%1&page=$7 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4_$6&sort=$8&filter_id=%1&page=$7 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4_$6&sort=$8&filter_id=%1&alpha_filter_id=%2&page=$7 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)(/){0,1}$ index.php?main_page=index&cPath=$2_$4_$6&sort=4d [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)\.html$ index.php?main_page=index&cPath=$2_$4_$6&sort=4d&page=$7 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&cPath=$2_$4_$6&sort=$8&page=$7 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-10-([\:0-9a-z]*)\.html$ index.php?main_page=product_mediak_iframe_info&products_id=$8 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-5-([\:0-9a-z]*)\.html$ index.php?main_page=product_free_shipping_info&products_id=$8 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-4-([\:0-9a-z]*)\.html$ index.php?main_page=document_product_info&products_id=$8 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-3-([\:0-9a-z]*)\.html$ index.php?main_page=document_general_info&products_id=$8 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-2-([\:0-9a-z]*)\.html$ index.php?main_page=product_music_info&products_id=$8 [R=301,L,QSA]
RewriteRule ^([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([0-9]*)/([a-z0-9-]*)-([\:0-9a-z]*)\.html$ index.php?main_page=product_info&products_id=$8 [R=301,L,QSA]
RewriteRule ^manufacturers/([a-z0-9-]*)-([0-9]*)/$ index.php?main_page=index&manufacturers_id=$2 [R=301,L,QSA]
RewriteRule ^manufacturers/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)\.html$ index.php?main_page=index&manufacturers_id=$2&sort=4d&page=$3 [R=301,L,QSA]
RewriteRule ^manufacturers/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&manufacturers_id=$2&sort=$4&alpha_filter_id=%1&page=$3 [R=301,L,QSA]
RewriteRule ^manufacturers/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&manufacturers_id=$2&sort=$4&filter_id=%1&page=$3 [R=301,L,QSA]
RewriteRule ^manufacturers/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&manufacturers_id=$2&sort=$4&filter_id=%1&alpha_filter_id=%2&page=$3 [R=301,L,QSA]
RewriteRule ^manufacturers/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)-([a-z0-9]{2,3})\.html$ index.php?main_page=index&manufacturers_id=$2&sort=$4&page=$3 [R=301,L,QSA]
RewriteRule ^specials/$ index.php?main_page=specials [R=301,L,QSA]
RewriteRule ^specials/index-([0-9]*)\.html$ index.php?main_page=specials&page=$1 [R=301,L,QSA]
RewriteRule ^reviews/$ index.php?main_page=reviews [R=301,L,QSA]
RewriteRule ^reviews/index-([0-9]*)\.html$ index.php?main_page=reviews&page=$1 [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/$ index.php?main_page=product_reviews&products_id=$2 [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/index-([0-9]*)\.html$ index.php?main_page=product_reviews&products_id=$2&page=$3 [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/customers-review-([0-9]*)\.html$ index.php?main_page=product_reviews_info&products_id=$2&reviews_id=$3 [R=301,L,QSA]
RewriteRule ^reviews/([a-z0-9-]*)-([0-9]*)/write-customers-review\.html$ index.php?main_page=product_reviews_write&products_id=$2 [R=301,L,QSA]
RewriteRule ^new-products/$ index.php?main_page=products_new&disp_order=%1 [R=301,L,QSA]
RewriteRule ^new-products/$ index.php?main_page=products_new [R=301,L,QSA]
RewriteRule ^new-products/index-([0-9]*)\.html$ index.php?main_page=products_new&disp_order=%1&page=$1 [R=301,L,QSA]
RewriteRule ^new-products/index-([0-9]*)\.html$ index.php?main_page=products_new&page=$1 [R=301,L,QSA]
RewriteRule ^all-products/$ index.php?main_page=products_all&disp_order=%1 [R=301,L,QSA]
RewriteRule ^all-products/$ index.php?main_page=products_all [R=301,L,QSA]
RewriteRule ^all-products/index-([0-9]*)\.html$ index.php?main_page=products_all&disp_order=%1&page=$1 [R=301,L,QSA]
RewriteRule ^all-products/index-([0-9]*)\.html$ index.php?main_page=products_all&page=$1 [R=301,L,QSA]
RewriteRule ^featured-products/$ index.php?main_page=featured_products&disp_order=%1 [R=301,L,QSA]
RewriteRule ^featured-products/$ index.php?main_page=featured_products [R=301,L,QSA]
RewriteRule ^featured-products/index-([0-9]*)\.html$ index.php?main_page=featured_products&disp_order=%1&page=$1 [R=301,L,QSA]
RewriteRule ^featured-products/index-([0-9]*)\.html$ index.php?main_page=featured_products&page=$1 [R=301,L,QSA]
RewriteRule ^account/login\.html$ index.php?main_page=login [R=301,L,QSA]
RewriteRule ^account/create\.html$ index.php?main_page=create_account [R=301,L,QSA]
RewriteRule ^account/created-successful\.html$ index.php?main_page=create_account_success [R=301,L,QSA]
RewriteRule ^account/$ index.php?main_page=account [R=301,L,QSA]
RewriteRule ^account/edit\.html$ index.php?main_page=account_edit [R=301,L,QSA]
RewriteRule ^account/change-password\.html$ index.php?main_page=account_password [R=301,L,QSA]
RewriteRule ^account/orders/$ index.php?main_page=account_history [R=301,L,QSA]
RewriteRule ^account/orders/view-([0-9]*)\.html$ index.php?main_page=account_history_info&order_id=$1 [R=301,L,QSA]
RewriteRule ^account/address-book/$ index.php?main_page=address_book [R=301,L,QSA]
RewriteRule ^account/address-book/add-address\.html$ index.php?main_page=address_book_process [R=301,L,QSA]
RewriteRule ^account/address-book/entry-([0-9]*)\.html$ index.php?main_page=address_book_process&%1=$1 [R=301,L,QSA]
RewriteRule ^account/newsletters/$ index.php?main_page=account_newsletters [R=301,L,QSA]
RewriteRule ^account/notifications/$ index.php?main_page=account_notifications [R=301,L,QSA]
RewriteRule ^shopping-cart/$ index.php?main_page=shopping_cart [R=301,L,QSA]
RewriteRule ^checkout/shipping\.html$ index.php?main_page=checkout_shipping [R=301,L,QSA]
RewriteRule ^search/$ index.php?main_page=advanced_search [R=301,L,QSA]
RewriteRule ^search/results\.html$ index.php?main_page=advanced_search_result [R=301,L,QSA]
RewriteRule ^pages/([a-z0-9-]*)-([0-9]*)-([0-9]*)\.html$ index.php?main_page=page&id=$2&pos=v&chapter=$3 [R=301,L,QSA]
RewriteRule ^pages/([a-z0-9-]*)-([0-9]*)\.html$ index.php?main_page=page&id=$2&pos=v&chapter=0 [R=301,L,QSA]
http://www.clevershoppers.com - Where Clever People Shop!
BlessIsaacola
Follower
 
Posts: 98
Joined: Sun Feb 03, 2008 8:48 pm
Location: Kennesaw, GA


Return to Custom Rewrite Rules

Who is online

Users browsing this forum: No registered users and 1 guest

cron