MyBBDepo - Türkiyenin MyBB Deposu Forumuna Hoşgeldiniz
Eğer sitemize yaptığınız ilk ziyaretiniz ise, lütfen öncelikle Forum Kurallarını okuyunuz. Forumumuzda bilgi alışverişinde bulunabilmeniz için Kayıt olmalısınız. Üye olmayanlar forumumuzdan yararlanamazlar.
Eğer zaten kayıtlı kullanıcı iseniz, lütfen kullanıcı adınız ve şifreniz ile, Giriş yapınız. (Sitemize üyelik ücretsizdir).
Koca imam avatar
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 0/5 - 0 oy

arkadaşlar Internal Server Error hatası nasıl düzeltebilirim


Sponsor Reklam

Çevrimdışı Koca imam
 Tarih: 23-07-2012, Saat:13:06
(Son Düzenleme: 23-07-2012, Saat:13:23, Düzenleyen: Koca imam.)
#1
Kod:
http://www.adresbulamadik.tk/

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Kod:
https://www.adresbulamadik.tk:2083/
cpanele falan giriyorum ftp den tüm dosyarı geri attık aynı
Cevapla
Bunu Beğenenler:
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

Çevrimdışı TheGodFather
 Tarih: 23-07-2012, Saat:13:33
#2
Resim olarak çekip atarmısınız ?
Cevapla
Bunu Beğenenler:

Çevrimdışı myreal
 Tarih: 23-07-2012, Saat:13:34
#3
hosting le alakalı bir durum.
Cevapla
Bunu Beğenenler:

Çevrimdışı Koca imam
 Tarih: 23-07-2012, Saat:14:04
#4
resim
Cevapla
Bunu Beğenenler:

Çevrimdışı Onur35
 Tarih: 23-07-2012, Saat:14:08
#5
Hosting sağlayıcınız ile iletişime geçin.
Cevapla
Bunu Beğenenler:

Çevrimdışı Koca imam
 Tarih: 23-07-2012, Saat:14:18
(Son Düzenleme: 23-07-2012, Saat:14:21, Düzenleyen: Koca imam.)
#6
(23-07-2012, Saat:14:08)Onur35 Adlı Kullanıcıdan Alıntı: Hosting sağlayıcınız ile iletişime geçin.

geçtim sorun bizden değil diyor

Kod:
https://www.adresbulamadik.tk:2083/
cpanelde bir sorun yok
ben anlamadım bu sorunu nezaman bir mybb forum açsam hep aynı sorunlar
herzaman bildiğinden şaşmayacaksın
Cevapla
Bunu Beğenenler:

Çevrimdışı Onur35
 Tarih: 23-07-2012, Saat:14:49
#7
Ozaman .htaccess dosyanızdan kaynaklanıyor eğer bu dosyada değişiklik yaptıysanız geri alın.
Cevapla
Bunu Beğenenler:

Çevrimdışı Koca imam
 Tarih: 23-07-2012, Saat:18:00
#8
(23-07-2012, Saat:14:49)Onur35 Adlı Kullanıcıdan Alıntı: Ozaman .htaccess dosyanızdan kaynaklanıyor eğer bu dosyada değişiklik yaptıysanız geri alın.

Kod:
RewriteEngine on
RewriteBase /
RewriteRule ^([^&]*)&(.*)$ http://www.adresbulamadik.tk/$1?$2 [L,QSA,R=301]
# Google SEO 404 Sayfaları:
ErrorDocument 404 /misc.php?google_seo_error=404
# Google SEO Sitemap Dizin:
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]
# Google SEO URL Forumlar:
RewriteRule ^([^./]+)\-forumu$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]
# Google SEO URL Konular:
RewriteRule ^([^./]+)\-konusu\.html$ showthread.php?google_seo_thread=$1 [L,QSA,NC]
# Google SEO URL Duyurular:
RewriteRule ^duyuru\-([^./]+)\.html$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]
# Google SEO URL Kullanıcılar:
RewriteRule ^uye\-([^./]+)\.html$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]
# Google SEO URL Takvim:
RewriteRule ^takvim\-([^./]+)\.html$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]
# Google SEO URL Etkinlik:
RewriteRule ^etkinlik\-([^./]+)\.html$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 seconds"
ExpiresByType text/html "access plus 1 seconds"
ExpiresByType image/gif "access plus 259200000 seconds"
ExpiresByType image/jpeg "access plus 259200000 seconds"
ExpiresByType image/png "access plus 259200000 seconds"
ExpiresByType text/css "access plus 60480000 seconds"
ExpiresByType text/javascript "access plus 21600000 seconds"
ExpiresByType application/x-javascript "access plus 21600000 seconds"
</ifModule>
<ifModule mod_headers.c>
<filesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$">
Header set Cache-Control "max-age=25920000, public"
</filesMatch>
<filesMatch "\.(css)$">
Header set Cache-Control "max-age=6048000, public"
</filesMatch>
<filesMatch "\.(js)$">
Header set Cache-Control "max-age=2160000, private"
</filesMatch>
<filesMatch "\.(xml|txt)$">
Header set Cache-Control "max-age=2160000, public, must-revalidate"
</filesMatch>
<filesMatch "\.(html|htm|php)$">
Header set Cache-Control "max-age=1, private, must-revalidate"
</filesMatch>
</ifModule>
# PRETTYURLS MOD ENDS

RewriteCond %{HTTP_REFERER} !^http://adresbulamadik.tk/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://adresbulamadik.tk$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.adresbulamadik.tk/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.adresbulamadik.tk$      [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

hiç değişiklik yapmadım ve sorun haala devam ediyor
Cevapla
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  MyBB Sistem Hatası DoctorMyBB 2 4,457 26-06-2015, Saat:03:02
Son Yorum: SerhatBadeshan
  mybb dahili sol hatası freedoom 4 4,326 16-06-2015, Saat:19:18
Son Yorum: ReDMaD
  [1.8] thead sorununu nasıl duzeltirim erdal038 6 5,111 14-06-2015, Saat:15:40
Son Yorum: ReDMaD
  [1.6] Üye Olurken SQL Hatası SiberLeon 1 3,165 08-06-2015, Saat:17:23
Son Yorum: SiberLeon
  [MCTR - 1.6] Konuda SQL Hatası DexterCoder 2 3,239 02-11-2014, Saat:16:18
Son Yorum: DexterCoder



Konuyu Okuyanlar: 1 Ziyaretçi

istanbul escort - mecidiyeköy escort - şişli escort - ataköy escort - taksim escort - escort mecidiyeköy

sex hikaye - porno izle - türk ifşa - mecidiyeköy escort - seks hikaye - türk porno - escort bayan