tr-opencart

     
avatar Şuanki Zaman: 04-18-2024, 05:58 AMHoşgeldin Misafir !
  Şifremi Hatırlat   kayıt ol
opencart temaları

internal server 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  osman - Görüntüleme - Okunma  35075 - Yorum  4

osmanv
Çırak
****
Üye
Çevrimdışı

Mesajlar: 255
Konular: 38
Katılma Tarihi: Dec 2011
Rep Puanı: 0
Teşekkürler: 58
6 Mesajına, 7 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 02-05-2012 12:59 PM

arkadaşlar mrb hostingimden aşağıdaki gibi bi mesaj geldi ama nereyi sileceğimi bilmiyorum yanlış bişey yapmaktan korkuyorum nereyi silmem lazım.


Sitelerinde bugünden itibaren "Internal Server Error" hatası alan müşterilerimizin aşağıdaki işlemi yapması sorunu giderecektir:
Bu gatayı giderebilmek için .htaccess dosyasındaki "Options" satırını tamamen silmeniz yeterlidir.


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 /
RewriteRule sitemap.xml /index.php?route=feed/google_sitemap
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
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
Alıntı Yaparak Cevapla
Paylaş!
osdem66v
Forum Kurucusu
*******
Administrators user avatar
Çevrimdışı

Mesajlar: 2,121
Konular: 158
Katılma Tarihi: Dec 2011
Rep Puanı: 27
Teşekkürler: 393
522 Mesajına, 1442 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 02-05-2012 05:52 PM
(Bu Mesaj 02-05-2012 05:52 PM değiştirilmiştir. Değiştiren : osdem66.)
Merhaba options ile başlayan zaten iki tane kod var ikisinide silerek deneyebilrsin..
osdem66
Alıntı Yaparak Cevapla
Paylaş!
 Teşekkür Edenler: osman
osmanv
Çırak
****
Üye
Çevrimdışı

Mesajlar: 255
Konular: 38
Katılma Tarihi: Dec 2011
Rep Puanı: 0
Teşekkürler: 58
6 Mesajına, 7 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 02-05-2012 05:55 PM
2 sinide denedim olmadı hosting firması çözdü hocam tşkler
Alıntı Yaparak Cevapla
Paylaş!
fcaferogluv
Acemi Üye
**
Üye user avatar
Çevrimdışı

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



Kişisel Bilgileri: v
Konu Tarihi: 01-16-2019 10:37 AM
(02-05-2012 05:55 PM)osman Yazılan:  2 sinide denedim olmadı hosting firması çözdü hocam tşkler

Sorun tam olarak neymiş bende de aynı problem var
Alıntı Yaparak Cevapla
Paylaş!
myki09v
Acemi Üye
**
Üye user avatar
Çevrimdışı

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



Kişisel Bilgileri: v
Konu Tarihi: 11-02-2019 11:24 AM
arkadaşlar aynı sorun bende de vardı osman arkadaşımızın vermiş olduğu düzeni ekledim olmadı ama bazı satırları silerek çözdüm şuan hiçbir sorun yok
.htaccess taki tümünü değiştirin

#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


# 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 /
RewriteRule sitemap.xml /index.php?route=feed/google_sitemap
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
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[/quote]
Alıntı Yaparak Cevapla
Paylaş!

« Önceki | Sonraki »
Cevapla  Gönder 

internal server hatası Konusunun Linki Direk Link
internal server hatası Konusunun HTML Kodu HTML Link
internal server hatası Konusu BBCode Linki BBCode Link
internal server hatası Konusunu Paylaş Sosyal Paylaş

Benzeyen Konular
Konu: Yazar Cevaplar: Gösterim: Son Mesaj
  HTTP ERROR 500 Hatası ( ücretli yardım yok mu) :@ jackall46 1 4,188 11-30-2022 06:03 PM
Son Mesaj: aydinerkan
  HTTP ERROR 500 Hatası (paralı destek olabilir) jackall46 0 4,133 11-05-2022 08:54 PM
Son Mesaj: jackall46
  vqmod hatası tolga35 2 16,657 03-21-2018 09:22 PM
Son Mesaj: 63kanun
  Opencart 1.5.x Çözülemeyen Yetkilendirme Hatası qene 2 2,075 10-12-2017 09:51 AM
Son Mesaj: qene
  HTTP ERROR 500 hatası kazakcii 0 2,238 11-11-2016 04:32 PM
Son Mesaj: kazakcii
  Admin paneli hatasi alfamet 4 3,474 11-05-2016 01:53 AM
Son Mesaj: durgutmurat
  image php hatası osman 7 8,827 09-01-2016 10:01 PM
Son Mesaj: elif
  https hatası polat_yener 2 3,013 02-20-2016 03:32 PM
Son Mesaj: maxtor
  Opencart alt klasöre kurulumda seo url hatası [ÇÖZÜM] agulday 2 6,611 02-19-2016 01:30 AM
Son Mesaj: slmvrn
  cart.php hatası acill yardım melihjohnsan 2 2,179 02-06-2016 11:42 PM
Son Mesaj: melihjohnsan

internal server hatası indir, internal server hatası Videosu, internal server hatası online izle, internal server hatası Bedava indir, internal server hatası Yükle, internal server hatası Hakkında, internal server hatası nedir, internal server hatası Free indir, internal server hatası oyunu, internal server hatası download


Forum Atla: