tr-opencart

     
avatar Şuanki Zaman: 10-27-2024, 10:13 AMHoşgeldin Misafir !
  Şifremi Hatırlat   kayıt ol
opencart temaları

Opencart 2 Seo Link Hatası

Konuyu görüntüleyenler: 1 Misafir
 
Değerlendir:
  • 0 Oy - 0 Yüzde
  • 1
  • 2
  • 3
  • 4
  • 5
%
Cevapla  Gönder 
v  v
Yazar  moryel2 - Görüntüleme - Okunma  3791 - Yorum  2

moryel2v
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 11
Konular: 5
Katılma Tarihi: Oct 2012
Rep Puanı: 0
Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 03-01-2016 01:45 PM

Opencart 2.1.0.1 sürümünü kullanıyorum. Seo için tüm ayarları yaptım.

- Ayarlar kısmında seo url kullan seçeneği aktif
- .htaccess dosyasını düzenledim, aşağıdaki .htaccess dosyamın içinde kodlar var bir eksik olduğunu düşünmüyorum.
- Dead Cow Seo modülünü kullanıyorum ürünleri başarılı bir şekilde seo linklere çeviriyor.ürün detaylarından seo bağlantısına tıkladıgımda seo linklerini görebiliyorum . ama fakat gel gör ki hala site üzerinde /urun?product_id=171 şeklinde göküyor bu sorunu bir türlü çözemedim.Bu arada ürünler hariç diğer linkler için Seo Friendly Urls modülünü kullanıyorum o modülde hiçbir sıkıntı yok .

Yardım edebilecek arkadaş var m acaba?

--------------
.htaccess dosyam

Kod:
# 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))">
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=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)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]



### 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
Alıntı Yaparak Cevapla
Paylaş!
quantumv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 4
Konular: 0
Katılma Tarihi: Oct 2016
Rep Puanı: 0
Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 02-24-2017 04:51 PM
Sorununuzu nasıl çözdünüz?
(03-01-2016 01:45 PM)moryel2 Yazılan:  Opencart 2.1.0.1 sürümünü kullanıyorum. Seo için tüm ayarları yaptım.

- Ayarlar kısmında seo url kullan seçeneği aktif
- .htaccess dosyasını düzenledim, aşağıdaki .htaccess dosyamın içinde kodlar var bir eksik olduğunu düşünmüyorum.
- Dead Cow Seo modülünü kullanıyorum ürünleri başarılı bir şekilde seo linklere çeviriyor.ürün detaylarından seo bağlantısına tıkladıgımda seo linklerini görebiliyorum . ama fakat gel gör ki hala site üzerinde /urun?product_id=171 şeklinde göküyor bu sorunu bir türlü çözemedim.Bu arada ürünler hariç diğer linkler için Seo Friendly Urls modülünü kullanıyorum o modülde hiçbir sıkıntı yok .

Yardım edebilecek arkadaş var m acaba?

--------------
.htaccess dosyam

Kod:
# 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))">
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=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)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]



### 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
Alıntı Yaparak Cevapla
Paylaş!
hakansolv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 1
Konular: 0
Katılma Tarihi: Mar 2017
Rep Puanı: 0
Teşekkürler: 4
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 07-28-2017 12:04 PM
çözememiş ? galiba
Alıntı Yaparak Cevapla
Paylaş!

« Önceki | Sonraki »
Cevapla  Gönder 

Opencart 2 Seo Link Hatası Konusunun Linki Direk Link
Opencart 2 Seo Link Hatası Konusunun HTML Kodu HTML Link
Opencart 2 Seo Link Hatası Konusu BBCode Linki BBCode Link
Opencart 2 Seo Link Hatası Konusunu Paylaş Sosyal Paylaş

Benzeyen Konular
Konu: Yazar Cevaplar: Gösterim: Son Mesaj
  [Eklenti] opencart 3.0.2.0. ocmod bir program yüklenmiyor askinjohn 6 4,830 03-05-2024 03:03 PM
Son Mesaj: mukoonline
  [Tema] Opencart 4.x için default temayı çoğaltmak istiyorum bucayer6 0 622 05-09-2023 03:59 AM
Son Mesaj: bucayer6
Brick Opencart 3.0.2.0 sürüm mysql online 40 hatası gorky06 0 731 05-31-2022 09:48 AM
Son Mesaj: gorky06
  Opencart 2.0 Google Chrome hatası muzafferi 3 2,910 03-04-2022 06:34 PM
Son Mesaj: mehmetucarx21
  opencart saat hatası bialemsin 1 757 02-07-2022 09:05 PM
Son Mesaj: Gökhan TAYLAN
  Opencart bozuk ikonlar mahves 2 1,562 12-02-2021 11:25 PM
Son Mesaj: mahves
  Opencart iyzico pazaryeri eklentisi ve sözleşmeler hk. ibrhmhlltrhn 0 1,210 11-21-2021 09:14 PM
Son Mesaj: ibrhmhlltrhn
  Opencart Admin Panelinde Hata (admin/index.php?route=common/dashboard&token=) burakiks 3 2,825 11-14-2021 07:45 PM
Son Mesaj: İdris Çakmak
Question Opencart 3.0.2.0 sürümü yavaş çalışıyor? nasihat101 8 5,881 10-18-2021 11:26 PM
Son Mesaj: slikajer
  Opencart Xml Entegrasyon, Xml Ürün Yükleme Ve Xml Çıktı Alma Kazekage 55 23,178 06-05-2021 11:07 AM
Son Mesaj: o.turkcan

Opencart 2 Seo Link Hatası indir, Opencart 2 Seo Link Hatası Videosu, Opencart 2 Seo Link Hatası online izle, Opencart 2 Seo Link Hatası Bedava indir, Opencart 2 Seo Link Hatası Yükle, Opencart 2 Seo Link Hatası Hakkında, Opencart 2 Seo Link Hatası nedir, Opencart 2 Seo Link Hatası Free indir, Opencart 2 Seo Link Hatası oyunu, Opencart 2 Seo Link Hatası download


Forum Atla: