Logo

Office Address

123/A, Miranda City Likaoli
Prikano, Dope

Phone Number

+0989 7876 9865 9

+(090) 8765 86543 85

Email Address

info@example.com

example.mail@hum.com

How to Enable seo url in opencart ?

Enable SEO URLs in the OpenCart administrator 

  • Sign in to your OpenCart administrator board. 
  • Explore to System > Settings and snap the "Alter" connect. 
  • On the "Server" tab, set "Use SEO URLs" to "Yes" and spare the changes. 

  • Interface with your server by means of FTP utilizing any FTP customer (for example FileZilla) 
  • In your fundamental OpenCart index, there ought to be a record called .htaccess.txt. Rename it to .htaccess. On the off chance that you as of now have a .htaccess document, include this code toward the finish of the record:

 

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ 

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^download/(.*) /index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
  • If your store is in a separate directory (e.g. "shop"), open the .htaccess file in a text editor and look for this line:

RewriteBase /

If your shop is installed in a directory called “shop“, for example, change the above line in the .htaccess file to:

RewriteBase /shop/             

Remember to put the slash (/) at the end. Otherwise the SEO URLs will not work with OpenCart.

Tags

  • SEO Opencart

  • Enable SEO URLs in Opencart

  • Change SEO URLs in Opencart

  • SEO URLs Opencart
  • SEO Friendly URLs in Opencart
  • Seo Friendly Url In Opencart

  • Seo Friendly Url Opencart Extension

  • How To Make Seo Friendly Url In Opencart

  • How To Set Seo Friendly Url In Opencart
  • Opencart Seo URLs Not Working

Related Posts

How to Enable SEO URLs in Opencart, OpenCart SEO friendly URLs htaccess, Opencart SEO Urls

Would you like to exchange Guest Posts with us?

Blazingcoders love to exchange articles and Guest posting. We love to share knowledge, learning, and

Read More
How to Enable SEO URLs in Opencart, OpenCart SEO friendly URLs htaccess, Opencart SEO Urls

Top 11 WordPress Popup Plugins for Increased Conversions in 2023

Are you looking for a way to improve your website's conversion rate? One effective strategy is t

Read More
How to Enable SEO URLs in Opencart, OpenCart SEO friendly URLs htaccess, Opencart SEO Urls

How to Fix Image Upload Issue in WordPress Media Library

The issue we ever face is if we find any broken images in WordPress media Library How to Fix imag

Read More