İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

Dil dosyasını editlerken İç sunucu hatası .htaccess sorunu gibi..

otistiq

0
İyinet Üyesi
Katılım
2 Şubat 2006
Mesajlar
0
Reaction score
0
Merhabalar;
Ingilizce olan dil dosyasını türkçeye çevirdim ve ondan sonra site Http 500 iç sunucu hatası aldı...
Karekter seti header.tpl dosyasında utf-8

.htaccess kodlarım
Kod:
<IfModule mod_rewrite.c>
RewriteEngine On 
RewriteBase /
RewriteRule ^signup$ signup.php
RewriteRule ^account$ account.php
RewriteRule ^logout$ logout.php
RewriteRule ^login$ login.php
RewriteRule ^recent-questions$ recent.php
RewriteRule ^popular-questions$ popular.php
RewriteRule ^confirmemail$ confirmemail.php
RewriteRule ^confirmemail/(.*) confirmemail.php?code=$1
RewriteRule ^ask$ ask.php
RewriteRule ^member/(.*)/(.*) memberprofile.php?pid=$1&name=$2
RewriteRule ^editaccount$ editaccount.php
RewriteRule ^changeemail$ changeemail.php
RewriteRule ^changepass$ changepass.php
RewriteRule ^top-experts$ top-experts.php
RewriteRule ^search$ search.php
RewriteRule ^rss/recent$ rss_recent.php
RewriteRule ^rss/popular$ rss_popular.php
RewriteRule ^forgot$ forgot.php
RewriteRule ^resetpassword/(.*) resetpassword.php?code=$1
RewriteRule ^resendconfirmation/(.*) resendconfirmation.php?userid=$1
RewriteRule ^termsofuse$ termsofuse.php
RewriteRule ^privacypolicy$ privacypolicy.php
RewriteRule ^aboutus$ aboutus.php
RewriteRule ^advertising$ advertising.php
RewriteRule ^contactus$ contactus.php
RewriteRule ^([^/.]+)/([^/.]*)?$ view.php?title=$1&id=$2&%{QUERY_STRING}
RewriteRule ^([^/.]+)(\/)?$ categories.php?key=$1
</IfModule>

<IfModule mod_security.c> 
   # Turn off mod_security filtering. 
   SecFilterEngine Off 

   # The below probably isn't needed, 
   # but better safe than sorry. 
   SecFilterScanPOST Off 
</IfModule>

Ingilizce dil dosyasında sorun yok ama türkçe dil dosyasına geçince sorun alıyorum..
Teşekkürler...
 

Ozcan

0
İyinet Üyesi
Katılım
12 Mayıs 2007
Mesajlar
3,749
Reaction score
59
Konum
Antalya
htaccess te hata yapmadıysan yada değişiklik yapmadıysan

muhtemelen header.tpl bu dosyanın içinde bir hata yapmışsındır. Onuda ekleyebilirmisin.
 

otistiq

0
İyinet Üyesi
Katılım
2 Şubat 2006
Mesajlar
0
Reaction score
0
Header.tpl dosyam..
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>{if $pagetitle ne ""}{$pagetitle} - {/if}{$site_name}</title>
    <meta name="description" content="{if $pagetitle ne ""}{$pagetitle} - {/if}{if $metadescription ne ""}{$metadescription} - {/if}{$site_name}" />
    <meta name="keywords" content="{if $pagetitle ne ""}{$pagetitle},{/if}{if $metakeywords ne ""}{$metakeywords},{/if}{$site_name}" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<link rel="stylesheet" type="text/css" href="{$cssurl}/combined.php" media="all"/>
	<link rel="stylesheet" type="text/css" href="{$cssurl}/brand.php" media="all"/>
    <style type='text/css' media='all'>
		@import "{$cssurl}/common.php";
		@import "{$cssurl}/text_en.php";
		@import "{$cssurl}/brand2.php";
		@import "{$cssurl}/misc.php";
	</style>
    <link href='{$cssurl}/apps.php' rel='stylesheet' type='text/css' media='screen, projection' />              
    <link href='{$cssurl}/xnb.php' rel='stylesheet' type='text/css' media='screen, projection' />
</head>
<body id="body">    
<div id="bodyContainer">
    <div id="pageShdw">
        <div class="leftShdw">
            <div class="rightShdw">
                <div id="bodyCont">
                	
                    <div id="midCol" style="width:788px; margin:auto">  
                        <div id="ansrApps">
                            <div class="AnsrheadTxt" style="position: relative; left: 0; top: 6px">
                                <a href="{$baseurl}/"><img src="{$imageurl}/logo.gif" alt="{$site_name}" title="{$site_name}" width="211" height="42" class="flLt bnrImgMgn" /></a>
                                <div class="clearAll"></div>
                            </div>
                            <div id="divHeaderAd11" class="bannerCont" style="height:60px;">
                              {insert name=get_advertisement AID=6}
                            </div>
                            <div class="clearAll spacer5"></div>
                            <div class="AnsrNav">
                                <div class='flLt'>
                                    <a href="{$baseurl}/" {if $mainmenu eq "0"}class="selected"{/if}>{$lang103}</a>
                                    <a href="{$baseurl}/ask" style="color:#ffff00;" {if $mainmenu eq "1"}class="selected"{/if}>{$lang115}</a>
                                    <a href="{$baseurl}/recent-questions" {if $mainmenu eq "2"}class="selected"{/if}>{$lang65}</a>
                                    <a href="{$baseurl}/popular-questions" {if $mainmenu eq "3"}class="selected"{/if}>{$lang49}</a>
                                    <a href="{$baseurl}/top-experts" id="A1" {if $mainmenu eq "4"}class="selected"{/if}>{$lang81}</a>
                                </div>
                                {if $smarty.session.USERID eq ""}
                                <a href='{$baseurl}/login' style="float:right;">{$lang150}</a>
                                <a href='{$baseurl}/signup' style="float:right;">{$lang76}</a>
                                {else}
                                <a href='{$baseurl}/logout' style="float:right;">{$lang151}</a>
                                <a href='{$baseurl}/account' style="float:right;">{$lang1}</a>
                                {/if}
                                
                                <form name="langselecten" id="langselecten" method="post" style="padding:0; margin:0">
                                <input type="hidden" name="language" value="english" />
                                </form>
                                <form name="langselectes" id="langselectes" method="post" style="padding:0; margin:0">
                                <input type="hidden" name="language" value="spanish" />
                                </form>
                                <form name="langselectfr" id="langselectfr" method="post" style="padding:0; margin:0">
                                <input type="hidden" name="language" value="french" />
                                </form>
                                <form name="langselectgr" id="langselectgr" method="post" style="padding:0; margin:0">
<input type="hidden" name="language" value="turkish" />
</form>
                                 <a href="#" onclick="document.langselectgr.submit();" style="float:right;"><img src="{$imageurl}/flag_gr.png" /></a>
                                <a href="#" onclick="document.langselectfr.submit();" style="float:right;"><img src="{$imageurl}/flag_fr.png" /></a>
                                <a href="#" onclick="document.langselectes.submit();" style="float:right;"><img src="{$imageurl}/flag_es.png" /></a>
                                <a href="#" onclick="document.langselecten.submit();" style="float:right;"><img src="{$imageurl}/flag_en.png" /></a>
                                
                                <div class='clearAll'></div>
                            </div>
                            <div class="clearAll spacer8"></div>
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst