RE: Meta Tags / Titles for product and catagory pages. SEO

jpf <[email protected]> 25 Aug 2003 16:39:13 -0000
Newsgroups gmane.comp.web.oscommerce.suggestions
Message-ID <8c63c2659ffcfda0732348061b28f261@osCommerce-Forums>
This message was sent from: Suggestions and Proposals
http://forums.oscommerce.com/viewtopic.php?p=219395#219395
----------------------------------------------------------------

You might want to try hacking the "seflt.php"

a quick look gets these two lines:

$host = $uriparts['host'].'/';
$path = $uriparts['path'];

You might want to try hard coding your path in the host or path part maybe - have not tried it yet myself.