tr-opencart

     
avatar Şuanki Zaman: 11-16-2024, 02:47 AMHoşgeldin Misafir !
  Şifremi Hatırlat   kayıt ol
opencart temaları

Sslden Sonra Tüm Linkler index.php?_route_ Oldu

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  Thanatosa - Görüntüleme - Okunma  1710 - Yorum  0

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

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



Kişisel Bilgileri: v
Konu Tarihi: 01-25-2017 10:13 AM

Merhaba arkadaşlar google yeni güncellemesiyle ssl olan siteleri güvenli ibaresi veriyor. Bende ssl kurmaya karar verdim daha önceden defalarca yaptım ama .htaccess ssl yönlendirmeden sonra tüm linklerin başında
index.php?_route_ diye birşey eklendi yardımcı olabilecek varmıdır. Htaccess kodumu aşağıda paylaşıyorum. Yardımlarınız bekliyorum abiler kardeşler Ek olarak paladin seo eklentisini kullanıyorum buradanda birşey olabilir fakat ben bilmiyorum Undecided
http://www.tr-opencart.com/Konu-htaccess...ldirmak%20 Buradaki yöntemi denedim 500 hatası alıyorum opencart sürümüm 1.5.6.4
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 "\.(tpl|ini|log)">
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 /
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^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)
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>

<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
# Don't compress
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
#Dealing with proxy servers
<IfModule mod_headers.c>
Header append Vary User-Agent
</IfModule>
</IfModule>

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.casuskamera\.tv.tr$
RewriteRule ^(.*)$ https://casuskamera.tv.tr/$1 [L,R=301]

RewriteEngine On
RewriteCond %{SERVER_PORT} !=443
RewriteRule ^ https://casuskamera.tv.tr%{REQUEST_URI} [L,R]


### 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ş!

« Önceki | Sonraki »
Cevapla  Gönder 

Sslden Sonra Tüm Linkler index.php?_route_ Oldu Konusunun Linki Direk Link
Sslden Sonra Tüm Linkler index.php?_route_ Oldu Konusunun HTML Kodu HTML Link
Sslden Sonra Tüm Linkler index.php?_route_ Oldu Konusu BBCode Linki BBCode Link
Sslden Sonra Tüm Linkler index.php?_route_ Oldu Konusunu Paylaş Sosyal Paylaş

Benzeyen Konular
Konu: Yazar Cevaplar: Gösterim: Son Mesaj
  index.php?route=product/search kısmını nasıl SEO url haline getirebilirim nahita 2 4,467 09-07-2016 12:41 AM
Son Mesaj: secretcode
  Opencart index.php 51 ve 67 Sorunu #Thanatos 0 1,533 07-29-2016 11:12 AM
Son Mesaj: #Thanatos
  htaccess olmadan index.php?route= satırını kadırma sekhil 7 4,737 12-02-2015 05:42 PM
Son Mesaj: demon
  [Modifikasyon] Seo-Sef Lİnk Yeni Tüm İç Lİnkler Dahil e-ticaretdersleri 0 3,882 03-30-2014 01:21 AM
Son Mesaj: e-ticaretdersleri
  opencart 1.5.5.1 site bir hafta çalışıyor sonra açılmıyor hiçbir hatada vermiyor. xonderyasar 3 2,767 10-31-2013 10:03 AM
Son Mesaj: osdem66
  Üye Oldukdan Sonra Otomatik Kupon Kodu Göndermesi (Eklenti) the_nueva 1 4,311 10-06-2013 01:18 AM
Son Mesaj: fofotara
  Siteyi başka domaine taşıdıktan sonra ürün resimleri gözükmemeye başladı bluerosealp 6 4,165 05-25-2013 09:44 PM
Son Mesaj: eno-7
  index te hata meajı otuz9 3 2,881 03-24-2013 08:48 PM
Son Mesaj: ITECHINN
  Oturum açtıktan sonra yönlendirme meminho 0 2,559 12-17-2012 06:41 PM
Son Mesaj: meminho
  vqmod u kurdaktan sonra site açılmıyor osman 0 2,517 07-29-2012 07:13 PM
Son Mesaj: osman

Sslden Sonra Tüm Linkler index.php?_route_ Oldu indir, Sslden Sonra Tüm Linkler index.php?_route_ Oldu Videosu, Sslden Sonra Tüm Linkler index.php?_route_ Oldu online izle, Sslden Sonra Tüm Linkler index.php?_route_ Oldu Bedava indir, Sslden Sonra Tüm Linkler index.php?_route_ Oldu Yükle, Sslden Sonra Tüm Linkler index.php?_route_ Oldu Hakkında, Sslden Sonra Tüm Linkler index.php?_route_ Oldu nedir, Sslden Sonra Tüm Linkler index.php?_route_ Oldu Free indir, Sslden Sonra Tüm Linkler index.php?_route_ Oldu oyunu, Sslden Sonra Tüm Linkler index.php?_route_ Oldu download


Forum Atla: