View Single Post
  #16  
Old 09-27-2006, 01:13 PM
 
teddychan teddychan is offline
 

Member
  
Join Date: Mar 2006
Posts: 25
 

Default Re: XC SEO v1.1.0 Released

Suggestion:
when viewing product ID 3, using english.
and switch the language to Chinese (any other lanauge is okay)

suppose it is stay in the same page, however, now it will be redirect to the main page.

i hope this function can be added soon.

2ndly, to help other to switch from paid SEO to this one.

i think it can add this in .htaccess:
Code:
// START for SAFETYNET REWRITE RULES RewriteRule ^(.*)-p-([0-9]*)-c-([0-9]*)-sort-(.*)-sdir-([0-9]*).html$ home.php?cat=$3&page=$2&sort=$4&sort_direction=$5 [L] RewriteRule ^(.*)-p-([0-9]*)-c-([0-9]*).html$ home.php?cat=$3&page=$2 [L] RewriteRule ^(.*)-c-([0-9]*).html$ home.php?cat=$2 [L] RewriteRule ^(.*)-mid-([0-9]*)-p-([0-9]*)-sort-(.*)-sdir-([0-9]*).html$ manufacturers.php?manufacturerid=$2&page=$3&sort=$4&sort_direction=$5 [L] RewriteRule ^(.*)-mid-([0-9]*)-p-([0-9]*).html$ manufacturers.php?manufacturerid=$2&page=$3 [L] RewriteRule ^(.*)-mid-([0-9]*).html$ manufacturers.php?manufacturerid=$2 [L] RewriteRule ^(.*)-p-([0-9]*).html$ product.php?productid=$2&$3 [L] RewriteRule ^(.*)-sp-([0-9]*).html$ pages.php?pageid=$2 [L] RewriteRule ^(.*)-p-([0-9]*).html&xid=(.*)$ product.php?productid=$2&xid=$3 [L] RewriteRule ^(.*)-c-([0-9]*).html&xid=(.*)$ home.php?cat=$2&xid=$3 [L] RewriteRule ^(.*)-mid-([0-9]*).html&xid=(.*)$ manufacturers.php?manufacturerid=$2&xid=$3 [L] RewriteRule ^(.*)-sp-([0-9]*).html&xid=(.*)$ pages.php?pageid=$2&xid=$3 // END for SAFETYNET REWRITE RULES

after the line:
##### / XC SEO Lite


3rdly, it can also add the rewrite rule:

Code:
RewriteRule sitemap.html sitemap.php RewriteRule contactus.html contactus.php RewriteRule home.html home.php

at the end of the .htacess file.

so that x-cart will look more likly to have static page~
__________________
--
Reply With Quote