• 21-09-2019, 20:57:34
    #1
    merhaba arkadaşlar ads.txt ftp atıyorum
  • 21-09-2019, 21:00:17
    #2
    htaccess yapılandırmanızda sıkıntı vardır. olan dosyaların oldugu gibi gösterimi ile alakalı bikaç satır kod var bu sorunu çözen onları bulup eklerseniz çözülecektir.
  • 21-09-2019, 21:03:06
    #3
    Toplist99 adlı üyeden alıntı: mesajı görüntüle
    htaccess yapılandırmanızda sıkıntı vardır. olan dosyaların oldugu gibi gösterimi ile alakalı bikaç satır kod var bu sorunu çözen onları bulup eklerseniz çözülecektir.

    hocam htaccess dosylarında oynamada yaptım ama izin dosylari ekleyin dediler yaptım sizin bildiğiniz bir izin komutu varmı htaccessle ilgili ? sabahtan beri yapmadiğim kalmadi
  • 21-09-2019, 21:05:40
    #4
    Üyeliği durduruldu
    Dosya yolunun doğru olduğundan emin misiniz?
  • 21-09-2019, 21:07:11
    #5
    kertenkele01 adlı üyeden alıntı: mesajı görüntüle
    Dosya yolunun doğru olduğundan emin misiniz?
    hocam dogru ana dizinde atim htaccesin oldugu yerde txt dosyası enteresan
  • 21-09-2019, 21:12:53
    #6
    sisteminize uygun bir yapılandırma yapılması gerekir mevcut htaccess inizi paylaşmanızda sakınca görmüyorsanız yardımcı olmaya calisayim.

    Standart olarak çözecek olan kod şu şekilde, ilk verdigim bloktan sonra denk gelecek sekilde sitenize ait kurallar başlamadan 2. verdigim bloku kullanın

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} -d [OR]
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule (.*) $1 [QSA,L]
  • 21-09-2019, 21:14:28
    #7
    Alıntı
    <FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))">
    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) [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

    htaccess paylaştim sakıncasıyoktur.
  • 21-09-2019, 21:17:13
    #8
    Üyeliği durduruldu
    Hellking adlı üyeden alıntı: mesajı görüntüle
    hocam dogru ana dizinde atim htaccesin oldugu yerde txt dosyası enteresan
    Farklı bir klasor oluşturup deneyin bakalım.
  • 21-09-2019, 21:22:02
    #9
    |(?<!robots).txt şurayı silin

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

    şeklinde olsun yeni hali . demin verdigim kodu da eklemenize gerek kalmaz