Σελίδα 1 από 1

[ΛΥΘΗΚΕ] SEO friendly URLs

Δημοσιεύτηκε: 03 Οκτ 2016, 12:20
από yellowboy
Καλημέρα,
Έχω ενεργοποίηση το SEO url και έχω φτιάξει και το .htaccess αλλά μου κάνει τα παρακάτω προβλήματα:
1. Δεν διαβάζει τα γράμματα με τόνους τα κάνει - (παύλα) .
2. Ότι βάζω στο SEO keywords δεν το λαμβάνει υπόψη, Κάνει τον τίτλο του προϊόντος σε URL και όταν αλλάξω τον τίτλο στα προϊόντα δεν αλλάζει και το URL
Μήπως ξέρει κανείς τι μπορεί να φταίει
Έχω opencart 2.0.1.1
Ευχαριστώ

Re: SEO friendly URLs

Δημοσιεύτηκε: 04 Οκτ 2016, 18:06
από yellowboy
Καλησπέρα βρήκα λύση στο πρόβλημα μου για όποιο αντιμετωπίσει το ίδιο πρόβλημα εγώ το έλυσα με το παρακάτω extension

http://www.opencart.com/index.php?route ... on_id=6348

Ευχαριστώ

Re: SEO friendly URLs [ΛΥΘΗΚΕ]

Δημοσιεύτηκε: 07 Νοέμ 2016, 18:39
από Μαριλένα
Εγώ παλεύω ακόμα διαβάζοντας εδώ και εδώ https://forum.opencart.com/viewtopic.ph ... 9&start=20

Δεν έχω βρει άκρη ακόμα...χώρια που αν κάνω rewrite το .htaccess.txt μετά δεν μπορώ να μπω στο admin...! καμιά βοήθεια; Επικοινώνησα με την εταιρία φιλοξενίας να μου πει αν η λειτουργία mod rewrite είναι ενεργοποιημένη...

Re: SEO friendly URLs [ΛΥΘΗΚΕ]

Δημοσιεύτηκε: 07 Νοέμ 2016, 19:52
από billkou
Στο URL βάζεις ελληνικούς χαρακτήρες;

Αν θες βάλε εδώ το htaccess σου.

Re: SEO friendly URLs

Δημοσιεύτηκε: 08 Νοέμ 2016, 9:14
από d-w.gr
yellowboy έγραψε:Καλησπέρα βρήκα λύση στο πρόβλημα μου για όποιο αντιμετωπίσει το ίδιο πρόβλημα εγώ το έλυσα με το παρακάτω extension

http://www.opencart.com/index.php?route ... on_id=6348

Ευχαριστώ
Επειδή το opencart.com έχει γίνει καμπριολέ, μήπως έχεις οδηγίες ;
Ένα php αρχείο έχει μέσα μόνο το αρχείο από το download.

Ευχαριστώ.

Re: SEO friendly URLs [ΛΥΘΗΚΕ]

Δημοσιεύτηκε: 23 Νοέμ 2016, 17:53
από Μαριλένα
Κώδικας: Επιλογή όλων
# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

# Options +FollowSymlinks

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((\.tpl|\.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 /httpdocs/

RewriteRule ^googlebase.xml$ index.php?route=extension/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)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
RewriteCond %{HTTP_HOST} !^www.ladymarket.gr$ [NC]
RewriteRule ^(.*)$ http://www.ladymarket.gr/$1 [L,R=301]
RewriteCond %{HTTP_USER_AGENT} libwww-perl.*
RewriteRule .* ? [F,L]

<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
</IfModule>

### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none
Όταν το μετονομάζω από .htaccess.txt σε .htaccess σκέτο δε με αφήνει να κάνω login στο dashboard! καμιά ιδέα; το έχει καταφέρει κανείς;

Re: SEO friendly URLs [ΛΥΘΗΚΕ]

Δημοσιεύτηκε: 29 Νοέμ 2016, 14:17
από billkou
Τι προβλημα που σου βγαζει ποιο ειναι Μαριλενα;

Re: SEO friendly URLs [ΛΥΘΗΚΕ]

Δημοσιεύτηκε: 30 Νοέμ 2016, 16:05
από Alexandra
Αν το site βρίσκεται στον φάκελο httpdocs τότε αντί για
Κώδικας: Επιλογή όλων
RewriteBase /httpdocs/ 
κανε το
Κώδικας: Επιλογή όλων
 RewriteBase /
Αν βρίσκεται σε υποφάκελό του httpdocs, τότε κάνε το
Κώδικας: Επιλογή όλων
RewriteBase /onoma-upofakelou/