Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #550446

    .htaccess ubermenu komutları ile menümü genişletebiliyorum. fakat belli aralıkları ile .htaccess komutlarının değiştiğini görüyorum

    benim komutlar:
    # BEGIN WordPress
    php_value max_input_vars 5000
    php_value memory_limit 256M
    php_value post_max_size 256M
    php_value upload_max_filesize 256M
    php_value max_execution_time 180
    # END WordPress

    değişen değerler
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    bu durumda mega menülerime ekleme yapamıyor ve menülerim dağılıyor her defasında toplamak düzenlemek zorunda kalıyorum.
    acaba enfold temamın otomatik update sonunda .htaccess değişiyor mu? değişiyorsa, değişmemesi için ne yapmam lazımveya otomatik update nasıl kapatılır vs.
    Teşekkürler

    #551180

    Merhabalar,

    Tema guncellemesi .htaccess dosyasini etkilememeli. .htaccess dosyasini etkileyen her hangi bir eklenti kullaniyorsaniz onun ayarlarinda degisiklik yapip kaydettiginizde degisim oluyordur saniyorum. Var mi o tarz bir eklenti kullandiginiz?

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.