When I click on the logo of my site, instead of taking me to .com, it takes me to http://www.wheysupply.com/index.php?route=common/home
I have the same issue with my Category URLs. For example, I'd like to change this to a more SEO friendly version using keywords separated by hyphens: http://www.wheysupply.com/index.php?rou ... ry&path=17
Does anyone know how I can change both of those?
categories and products are as simple as adding SEO Keyword (the frindly url name your would like) in the SEO Keyword field on the Data tab when editing a category or product.
The homepage however is a tricky one, but can be achieved simply by creating a RewriteRule in .htaccess
i.e. after the line RewriteBase /
add
RewriteRule common/home$ / [R=301,L]
The homepage however is a tricky one, but can be achieved simply by creating a RewriteRule in .htaccess
i.e. after the line RewriteBase /
add
RewriteRule common/home$ / [R=301,L]
Who is online
Users browsing this forum: Amazon [Bot] and 19 guests