Post by ZombieDude666 » Thu Sep 12, 2019 3:16 am

Hi folks,

Im working on setting up the seo side of my site. I have turned on seo urls, htaccess.txt is now just .htaccess But when I try to view the products from the front end, i get a 404. I can access the items from admin using quick view.

Any ideas what Ive missed? I checked a YouTube video and it mentioned adding some info to the htaccess file but my file doesn't look like the one in the video, lol.

Im using OpenCart 2302 and my htaccess file looks like this (if it helps)


RewriteOptions inherit

RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/.+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "https\:\/\/www\.killercomicsfromouterspace\.co\.uk\/" [R=301,L]


Thanks.

New member

Posts

Joined
Fri Jun 09, 2017 12:09 am

Post by apartamenti » Thu Sep 12, 2019 3:53 pm

Try this code. Just put it on .htaccess file.

Code: Select all

Options +SymLinksIfOwnerMatch

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((\.tpl|.twig|\.ini|\.log|(?<!robots)\.txt))">
 Require all denied
## For apache 2.2 and older, replace "Require all denied" with these two lines:
# Order deny,allow
# Deny from all
</FilesMatch>

# 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=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]

Имоти - имоти под наем


User avatar
Newbie

Posts

Joined
Tue Sep 29, 2015 10:56 pm


Post by ZombieDude666 » Thu Sep 12, 2019 7:51 pm

That worked.

Thank you for your help! :D

New member

Posts

Joined
Fri Jun 09, 2017 12:09 am
Who is online

Users browsing this forum: No registered users and 64 guests