SEO
replace all ugly ?route=common/home to home page address – Self made 😉
In file /catalog/controller/common/seo_url.php add following line to almost the end of function rewrite($link) (line 122):
} else {
//convert http://sparring-time.com/index.php?route=common/home to http://sparring-time.com
$link = str_replace('/index.php?route=common/home','',$link);
return $link;
}
And that’s it ;-). Instead of replacing lot of controller php files or any other modification, simply add this one line 😉
other…
Open cart auto seo – Automatically generates SEO for all product ( rewrite all old values ;-( )
Modifications
Add extra links where home… login…
Themes
http://demo6.imaginetech.com.au/index.php?route=common/home
http://demo.opencart-help.com/07/
Leave a Reply