how to set search engine friendly url for oscommerce
1.Download the ultimate seo url’s
2.Extract the zip file in the local machine of your choice
3.Then you should upload the file from the catalog folder to the os commerce directory overwriting the exixting files
4.After that you should modify the .htaccess file,changing catalog in this line
RewriteBase /catalog/
to the folder of your osCommerce.
Then, in the admin/includes/languages/english/categories.php file, before the final ?> you should add:
define(‘TEXT_PRODUCTS_SEO_URL’, ‘Products SEO URL:’);
define(‘TEXT_EDIT_CATEGORIES_SEO_URL’, ‘Category SEO URL:’);
define(‘TEXT_CATEGORIES_SEO_URL’, ‘Category SEO URL:’);
Now you should login to your osCommerce admin area
under configuration >> seo urls >> click on that to configure the sef
