SUPPORT TICKET SYSTEM
| Question: What are the process of changing the normal link to SEO friendly URL in JooCart? |
| Answer: Steps to follow for SEO friendly URL in JooCart: 1.(Ignore this first step,if you are using latest 1.5.3.1 files or >1.5.3.1 files.Jump to step 2)Find and edit your root_joomla_directory(public_html)/.htaccess file.Copy the below three lines of code in the top of that file ################################################################## RewriteEngine On RewriteRule ^([^?]*)shop\/([^?]*) index.php?option=com_opencart&_route_=$2 [L,QSA] RewriteRule sitemap.xml /index.php?option=com_opencart&tmpl=component&route=feed/google_sitemap ################################################################## 2.Go to JooCart admin panel System->Settings->Server(tab) 3.Set Use SEO URL's: Yes 4.Go to Product or Category page Catalog->Produts [Edit] 5.Go to Data tab and Set SEO Keyword as you want 6.If you use Facebook Integration with JooCart and want to use SEO urls then you need to set in Joomla Global Configuration, Use URL rewriting:Yes Make sure that your alias of Joomla menu item(the menu item to which you assigned JooCart) is same as Shop SEO Keyword in JooCart options. 7.Done |
Back to Frequently Asked Questions |