• 21-09-2019, 21:30:45
    #10
    Toplist99 adlı üyeden alıntı: mesajı görüntüle
    |(?<!robots).txt şurayı silin

    <FilesMatch "(?i)((.tpl|.ini|.log))">

    şeklinde olsun yeni hali . demin verdigim kodu da eklemenize gerek kalmaz
    kertenkele01 adlı üyeden alıntı: mesajı görüntüle
    Farklı bir klasor oluşturup deneyin bakalım.

    denedim hiçbiri olmadı hocam htaccess ten kaynaklı htaccess silince geliyor ama site gidiyor yardımlarınıza teşekkür ederim bira araştırayım bakayım
  • 21-09-2019, 21:35:20
    #11
    RewriteCond %{REQUEST_URI} !.*.(ico|gif|jpg|jpeg|png|js|css) [NC]

    şu alanı da

    RewriteCond %{REQUEST_URI} !.*.(ico|gif|jpg|jpeg|png|js|css|txt) [NC]

    şeklinde degisirmisiniz biraz önce silmenizi söyledigim alana ek olarak
  • 21-09-2019, 21:39:05
    #12
    Toplist99 adlı üyeden alıntı: mesajı görüntüle
    RewriteCond %{REQUEST_URI} !.*.(ico|gif|jpg|jpeg|png|js|css) [NC]

    şu alanı da

    RewriteCond %{REQUEST_URI} !.*.(ico|gif|jpg|jpeg|png|js|css|txt) [NC]

    şeklinde degisirmisiniz biraz önce silmenizi söyledigim alana ek olarak
    <FilesMatch "(?i)((\.tpl|\.ini|\.log|))">
     Order deny,allow
     Deny from all
    </FilesMatch>
    
    RewriteEngine On
    
    RewriteBase /
    RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
    RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
    RewriteRule ^system/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|txt) [NC]
    RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
    
    
    
    ExpiresActive On
    ExpiresDefault A0
    
    <FilesMatch "\.(gif|jpg|jpeg|png|GIF|JPG|JPEG|PNG)$">
      ExpiresDefault A2592000
      Header append Cache-Control "public"
    </FilesMatch>
    
    <FilesMatch "\.(less|js|css|gz)$">
      ExpiresDefault A2592000
      Header append Cache-Control "proxy-revalidate"
    </FilesMatch>
    
    <FilesMatch "\.(php)$">
      ExpiresActive Off
      Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
      Header set Pragma "no-cache"
    </FilesMatch>
    
    <IfModule mod_headers.c>
      <FilesMatch "\.(less|js|css|xml|gz)$">
        Header append Vary Accept-Encoding
      </FilesMatch>
    </IfModule>
    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
    # compress text, HTML, JavaScript, CSS, and XML
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE font/woff .woff
    AddOutputFilterByType DEFLATE application/x-font-woff
    AddOutputFilterByType DEFLATE application/font-woff
    AddOutputFilterByType DEFLATE image/svg+xml
    AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
    AddOutputFilterByType DEFLATE application/x-font-otf
    
    # remove browser bugs
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    
    
    
    # php -- BEGIN cPanel-generated handler, do not edit
    # Set the “alt-php53” package as the default “PHP” programming language.
    <IfModule mime_module>
      AddHandler application/x-httpd-alt-php53 .php .php5 .phtml
    </IfModule>
    # php -- END cPanel-generated handler, do not edit
    değiniz gibi yaptım bi değiş kenlik yok hocam



    [QUOTE=Toplist99;

    hocam teşekkür ederim onun sayesinde çözme kavuştu ellerine sağlık