Herkese merhaba arkadaşlar. Yaklaşık 2 senedir belki daha fazla opencart kullanıyorum fakat bugün başıma gelenler beni delirtmek üzere desem yeridir. Sitemin hitlerine bakmak için zopime girdim ve dehşet bir düşüş vardı. Allah allah noluyor derken siteme girdim ve hatayı farkettim.
Olay şu: Arkadaşlar ilk sitenin adresini yazdıgımda http://www.senamasasandalye.com şeklinde aradığınız sayfa bulunamadı diyor. Şuraya yönlenmiyor gibi bişey var heralde index.php?route=common/home
Aradığınız sayfa bulunamadı kısmından nereye tıklarsanız tıklayın site açılıyor ve eskisi gibi herşeyi devam ediyor.
Hiçbir kodsal oynama falanda yapmadım aylardır. Sadece 1 hafta önce site sebepsiz yere vqmod hatası verdi. İnternette yazanları yaptım düzeldi.
Arkadaşlar tüm gelirimi burdan almaktayım. Ücretli veya ücretsiz yardım edecek herkesten cevap bekliyorum çok ihtiyacım var.
Şimdiden teşekkürler.
Opencart Anasayfa sorunu / Acil yardıma ihtiyacım var :(
4
●1.160
- 02-12-2016, 15:46:37htacsess kodlarında değişiklik yaptınız mı? En son hangi dosyalarda değişiklik yaptınız? htacsess kodlarınızı paylaşabilir misiniz?
Ayrıca şunu bir dener misiniz
catalog/controller/common/seo_url.php dosyasını açın
Bul
if ($url) {Değiştir
if ($url || (isset($data['route']) && $data['route'] == 'common/home') ) {Düzelmediyse şunu deneyin birde
Sistem > Ayarlar > Sunucu > Sıkıştırma Seviyesi ne bir değer yazdıysanız onu 0 yapın. - 02-12-2016, 16:09:49hocam öncelikle ilginiz için çok çok teşekkür ederim.GothicTurkey adlı üyeden alıntı: mesajı görüntüle
dediklerinizi denedim fakat nafile. hiç bir şey ile oynamadık sadece vqmod hatası aldım geçenlerde sebepsiz yere hocam hatayı googledan bakarak çözdüm başka hiç bir şey yapmadım. gerekse ftp gerekse team-viewer herşeyi paylaşabilirim benim için çok önemli bi durum bu.
Htaccess:
# 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/
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.senamasasandalye\.com$ [NC]
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ http://www.senamasasandalye.com/$1 [R=301,L]
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]
### 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