• 19-08-2021, 13:15:45
    #1
    Arkadaşlar codecanyon'dan bir script aldım ilk başta kurduğum'da herhangi bir sorun yok daha sonra 1 saat falan geçtik'den sonra ana sayfa açılıyor ama giriş yap dedikten sonra (GET /find-matches HTTP/1.0) diye bir hata alıyorum lütfen yardımcı olabilecek bir varsa bakabilirmi teşekkürler.
    Aldığım Script

    .htaccess dosyası
    Options +FollowSymLinks -Indexes
    # Turn on URL rewriting
    RewriteEngine On
    # Installation directory
    # RewriteBase /
    # Allow any files or directories that exist to be displayed directly
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    # Rewrite all other URLs to index.php/URL
    RewriteRule ^(.*)$ index.php?path=$1 [NC,L,QSA]
    
    <IfModule mod_deflate.c>
        AddOutputFilterByType DEFLATE text/html
        AddOutputFilterByType DEFLATE text/css
        AddOutputFilterByType DEFLATE text/javascript
        AddOutputFilterByType DEFLATE text/xml
        AddOutputFilterByType DEFLATE text/plain
        AddOutputFilterByType DEFLATE image/x-icon
        AddOutputFilterByType DEFLATE image/svg+xml
        AddOutputFilterByType DEFLATE application/rss+xml
        AddOutputFilterByType DEFLATE application/javascript
        AddOutputFilterByType DEFLATE application/x-javascript
        AddOutputFilterByType DEFLATE application/xml
        AddOutputFilterByType DEFLATE application/xhtml+xml
        AddOutputFilterByType DEFLATE application/x-font
        AddOutputFilterByType DEFLATE application/x-font-truetype
        AddOutputFilterByType DEFLATE application/x-font-ttf
        AddOutputFilterByType DEFLATE application/x-font-otf
        AddOutputFilterByType DEFLATE application/x-font-opentype
        AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
        AddOutputFilterByType DEFLATE font/ttf
        AddOutputFilterByType DEFLATE font/otf
        AddOutputFilterByType DEFLATE font/opentype
        BrowserMatch ^Mozilla/4 gzip-only-text/html
        BrowserMatch ^Mozilla/4\.0[678] no-gzip
        BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
        Header append Vary User-Agent env=!dont-vary
    </IfModule>
    <IfModule mod_security.c>
        SecFilterScanPOST Off
    </IfModule>
    ## EXPIRES CACHING ##
    <IfModule mod_expires.c>
        ExpiresActive On
        ExpiresByType image/jpg "access plus 1 year"
        ExpiresByType image/jpeg "access plus 1 year"
        ExpiresByType image/gif "access plus 1 year"
        ExpiresByType image/png "access plus 1 year"
        ExpiresByType text/css "access plus 1 month"
        ExpiresByType application/pdf "access plus 1 month"
        ExpiresByType text/x-javascript "access plus 1 month"
        ExpiresByType application/x-shockwave-flash "access plus 1 month"
        ExpiresByType image/x-icon "access plus 1 year"
        ExpiresDefault "access plus 2 days"
    </IfModule>
    ## EXPIRES CACHING ##
  • 19-08-2021, 13:29:11
    #2
    Hocam satın aldıysanız ilgili scriptin sahibine ulaşmayı denediniz mi?
  • 19-08-2021, 13:35:01
    #3
    incehost adlı üyeden alıntı: mesajı görüntüle
    Hocam satın aldıysanız ilgili scriptin sahibine ulaşmayı denediniz mi?
    Hocam yazdım'da iki gün oldu hala döncekler sss'lere baktım apache yada ssl ilgili bir sorun olabilir sunucu sahibiyle görüşün diyorlar sunucu zaten benim o yüzden çözemedim günlüklerde sadece üstte belirttiğim hata çıkıyor.
  • 19-08-2021, 13:40:37
    #4
    sefagoksoy adlı üyeden alıntı: mesajı görüntüle
    Arkadaşlar codecanyon'dan bir script aldım ilk başta kurduğum'da herhangi bir sorun yok daha sonra 1 saat falan geçtik'den sonra ana sayfa açılıyor ama giriş yap dedikten sonra (GET /find-matches HTTP/1.0) diye bir hata alıyorum lütfen yardımcı olabilecek bir varsa bakabilirmi teşekkürler.
    Aldığım Script

    .htaccess dosyası
    Options +FollowSymLinks -Indexes
    # Turn on URL rewriting
    RewriteEngine On
    # Installation directory
    # RewriteBase /
    # Allow any files or directories that exist to be displayed directly
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    # Rewrite all other URLs to index.php/URL
    RewriteRule ^(.*)$ index.php?path=$1 [NC,L,QSA]
    
    <IfModule mod_deflate.c>
        AddOutputFilterByType DEFLATE text/html
        AddOutputFilterByType DEFLATE text/css
        AddOutputFilterByType DEFLATE text/javascript
        AddOutputFilterByType DEFLATE text/xml
        AddOutputFilterByType DEFLATE text/plain
        AddOutputFilterByType DEFLATE image/x-icon
        AddOutputFilterByType DEFLATE image/svg+xml
        AddOutputFilterByType DEFLATE application/rss+xml
        AddOutputFilterByType DEFLATE application/javascript
        AddOutputFilterByType DEFLATE application/x-javascript
        AddOutputFilterByType DEFLATE application/xml
        AddOutputFilterByType DEFLATE application/xhtml+xml
        AddOutputFilterByType DEFLATE application/x-font
        AddOutputFilterByType DEFLATE application/x-font-truetype
        AddOutputFilterByType DEFLATE application/x-font-ttf
        AddOutputFilterByType DEFLATE application/x-font-otf
        AddOutputFilterByType DEFLATE application/x-font-opentype
        AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
        AddOutputFilterByType DEFLATE font/ttf
        AddOutputFilterByType DEFLATE font/otf
        AddOutputFilterByType DEFLATE font/opentype
        BrowserMatch ^Mozilla/4 gzip-only-text/html
        BrowserMatch ^Mozilla/4\.0[678] no-gzip
        BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
        Header append Vary User-Agent env=!dont-vary
    </IfModule>
    <IfModule mod_security.c>
        SecFilterScanPOST Off
    </IfModule>
    ## EXPIRES CACHING ##
    <IfModule mod_expires.c>
        ExpiresActive On
        ExpiresByType image/jpg "access plus 1 year"
        ExpiresByType image/jpeg "access plus 1 year"
        ExpiresByType image/gif "access plus 1 year"
        ExpiresByType image/png "access plus 1 year"
        ExpiresByType text/css "access plus 1 month"
        ExpiresByType application/pdf "access plus 1 month"
        ExpiresByType text/x-javascript "access plus 1 month"
        ExpiresByType application/x-shockwave-flash "access plus 1 month"
        ExpiresByType image/x-icon "access plus 1 year"
        ExpiresDefault "access plus 2 days"
    </IfModule>
    ## EXPIRES CACHING ##

    Merhaba sefagoksoy,

    .htaccess dosyanızda deflate parametrelerini kaldırıp deneyin. Ayrıca apache ayarlarında sembolik bağlantıların kısıtlanmasına dair ayar seçili ise kaldırıp deneyin. Yine olmuyor ise sunucu firmanızdan veya script sağlayıcınızdan destek alınız.

    İyi çalışmalar.
  • 19-08-2021, 13:58:48
    #5
    CliaWeb adlı üyeden alıntı: mesajı görüntüle
    Merhaba sefagoksoy,

    .htaccess dosyanızda deflate parametrelerini kaldırıp deneyin. Ayrıca apache ayarlarında sembolik bağlantıların kısıtlanmasına dair ayar seçili ise kaldırıp deneyin. Yine olmuyor ise sunucu firmanızdan veya script sağlayıcınızdan destek alınız.

    İyi çalışmalar.
    dediklerinizide denedim olmadı hocam yinede teşekkürler
  • 19-08-2021, 14:07:49
    #6
    Sorun çözülmüştür dil ile alakalı bir sorunmuş teşekkürler herkeze