Page 1 of 1

opencart 3.0.3.6 -Correct description on image attribute

Posted: Mon Jan 04, 2021 6:17 pm
by thanoshac
Happy New year to all ! I need a help regarding how to edit the product descriptions on image attributes. When I open seo url, I face error 404 page. I already searched on forums but did not find any advice. Thanks in advance.

Re: opencart 3.0.3.6 -Correct description on image attribute

Posted: Mon Jan 04, 2021 6:47 pm
by JNeuhoff
Your screenshot about image attritbutes has nothing to do with SEO issue. Without further details on how to exactly reproduce your issues none will be able to help you. SEO URLs work just fine on a standard OpenCart 3.0.3.6

Re: opencart 3.0.3.6 -Correct description on image attribute

Posted: Mon Jan 04, 2021 7:37 pm
by paulfeakins
thanoshac wrote:
Mon Jan 04, 2021 6:17 pm
how to edit the product descriptions on image attributes
That makes no sense? :crazy:

Re: opencart 3.0.3.6 -Correct description on image attribute

Posted: Mon Jan 04, 2021 8:35 pm
by thanoshac
Thanks for the clarification, that the issue is not due to seo url. I am writing the keywords for an article.
For instance there is a sweater, article name Betty.
In Greek: Betty-blouza-gynaika-mavro.
In English: Betty
I add these descriptions, but seo url does not work.
I notice that on admin file, there are twoaccess a) .htaccess and b)1htaccess. Is it normal? Screenshot attached.
Can be a problem due to my theme? I bought from themeforest. I give you my .htaccess syntax. Any idea what I am doing wrong with seo url?
<FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))">
Order deny,allow
Deny from all
</FilesMatch>

RewriteEngine On

RewriteBase /~fastor/opencart/
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^system/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) [NC]
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]



ExpiresActive On
ExpiresDefault A0

<FilesMatch "\.(gif|jpg|jpeg|png|GIF|JPG|JPEG|PNG)$">
ExpiresDefault A2592000
Header append Cache-Control "public"
</FilesMatch>

<FilesMatch "\.(less|js|css|gz)$">
ExpiresDefault A2592000
Header append Cache-Control "proxy-revalidate"
</FilesMatch>

<FilesMatch "\.(php)$">
ExpiresActive Off
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
Header set Pragma "no-cache"
</FilesMatch>

<IfModule mod_headers.c>
<FilesMatch "\.(less|js|css|xml|gz)$">
Header append Vary Accept-Encoding
</FilesMatch>
</IfModule>

# compress text, HTML, JavaScript, CSS, and XML
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE font/woff .woff
AddOutputFilterByType DEFLATE application/x-font-woff
AddOutputFilterByType DEFLATE application/font-woff
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE application/x-font-otf

# remove browser bugs
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

Order allow,deny
Allow from all

RewriteCond %{HTTP_HOST} ^www\.meditex\.gr [NC]
RewriteRule ^(.*)$ http://meditex.gr/$1 [L,R=301]

Re: opencart 3.0.3.6 -Correct description on image attribute

Posted: Mon Jan 04, 2021 8:52 pm
by JNeuhoff
Your problem description doesn't make sense:
the issue is not due to seo url
....
but seo url does not work
And you completely messed up your folder structure on your remote server:
.htaccess, config.php and index.php are NOT supposed to be folders, but should be individual files. And a standard OpenCart does not have a info.php.

I suggest you do a complete proper re-install of your OpenCart.

Re: opencart 3.0.3.6 -Correct description on image attribute

Posted: Mon Jan 04, 2021 10:04 pm
by thanoshac
According to your opinion, is possible to re-install without losing files ( products, categories etc) and my added extra settings on fastortheme?
The problems on files are due to fastortheme (because I faced many problems and I did not have a satisfied support from their team. All the time they are out of work....) or due to mistake of my developer who set up the fastortheme to open cart?