Post by chrisgwynne » Fri Jun 15, 2018 9:01 pm

Using Version 3.0.2.0

Hi

I'm enabled "Use SEO URLs" in the admin side and am using the default .htacess file however no SEO url's are being produced, they're all the default index.php etc. Do I have to enable anything else or have I missed a step in the config files?

New member

Posts

Joined
Fri Nov 11, 2016 7:33 am

Post by IP_CAM » Sat Jun 16, 2018 8:20 am

Well, did you make sure, that very File, where applicable, has it's own
exclusive SEO name set ?
Ernie
---
Image

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by chrisgwynne » Mon Jun 18, 2018 7:27 pm

Oh I see, thank you.

I had to manually edit in phpmyadmin, as seo urls for oc 2.3.0.2 wasn't updated and put into oc3, don't know if it's supposed to anyway? After editing 5000+ urls it's all working now, thanks for the heads up!

New member

Posts

Joined
Fri Nov 11, 2016 7:33 am

Post by ravikumar22 » Mon Jun 18, 2018 7:32 pm

chrisgwynne wrote:
Fri Jun 15, 2018 9:01 pm
Using Version 3.0.2.0

Hi

I'm enabled "Use SEO URLs" in the admin side and am using the default .htacess file however no SEO url's are being produced, they're all the default index.php etc. Do I have to enable anything else or have I missed a step in the config files?
Hi Chris,
I have already answered this question here.
viewtopic.php?f=190&t=204768
please follow you will get the solution easily. :)
let me know if you still didn't get the solution. I will help you in this.
Skype: ravi1986kumar
Email: ravikumar1986ravi@gmail.com

Image
:) :D :( :o OpenCart Support | Please email at: devinlabsolutions@gmail.com :drunk: :laugh: :)


User avatar
New member

Posts

Joined
Sun Apr 12, 2015 6:33 am

Post by printfly » Thu Apr 30, 2020 9:07 pm

# SEO URL Settings
RewriteEngine On
# This lines i neded to add so that my site will use SEO url without problems ! - Leave the original part and jus add this code, Dont forget to change YOURSITE NAME ! I have also a SSL Certificat, also put with HTTP.

Code: Select all

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

RewriteCond %{HTTPS_HOST} ^www\.YOUR SITE\.ro [NC]
RewriteRule (.*) https://www.YOUR SITE.com/$1 [R=301,L]

# This part below was originaly in .htacces #

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) 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]
Last edited by straightlight on Thu Apr 30, 2020 9:44 pm, edited 1 time in total.
Reason: Added code tags.

Newbie

Posts

Joined
Thu Jun 19, 2014 9:32 pm
Location - Bucuresti

Post by letxobnav » Thu Apr 30, 2020 10:50 pm

instead of

Code: Select all

RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
use

Code: Select all

RewriteCond %{REQUEST_URI} !.*\..*$
if you do not use dots in your seo urls
Saves you a lot of needless database queries.

Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces

“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.


User avatar
Expert Member

Posts

Joined
Fri Aug 18, 2017 4:35 pm
Location - Taiwan

Post by karimzi_academy » Tue Jun 15, 2021 2:07 pm

no need to do any change in config.php
now add SEO url in product > SEO. I hope work.
otherwise you follow this step https://karimzi.blogspot.com/2021/06/op ... rking.html


Posts

Joined
Thu Jun 03, 2021 12:41 am

Post by paulfeakins » Tue Jun 15, 2021 4:42 pm

IP_CAM wrote:
Sat Jun 16, 2018 8:20 am
Well, did you make sure, that very File, where applicable, has it's own
exclusive SEO name set ?
I think you mean the "Product" not the "File" ;)

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Guru Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

Post by Lewisallan_3 » Wed Jun 16, 2021 7:25 pm

The first thing you will need to do is to enable the use of SEO URLs from the Open Cart backend on the official site
Last edited by Lewisallan_3 on Thu Jun 17, 2021 12:28 pm, edited 2 times in total.

Newbie

Posts

Joined
Wed Jun 16, 2021 7:19 pm

Post by paulfeakins » Wed Jun 16, 2021 7:50 pm

Lewisallan_3 wrote:
Wed Jun 16, 2021 7:25 pm
The first thing you will need to do is to enable the use of SEO URLs from the Open Cart backend.
And the first thing the OP said was:
"I'm enabled "Use SEO URLs" in the admin side"
*facepalm*

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Guru Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom
Who is online

Users browsing this forum: Semrush [Bot] and 262 guests