• 27-03-2019, 14:22:32
    #1
    Httacces ile cache veya SEO için ne yapabiliriz ?
  • 27-03-2019, 16:18:27
    #2
    Tarayıcı önbellekleme, Gzip, Site haritası adresi v.s.
  • 27-03-2019, 16:20:06
    #3
    BiELOF adlı üyeden alıntı: mesajı görüntüle
    Tarayıcı önbellekleme, Gzip, Site haritası adresi v.s.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    ## EXPIRES CACHING ##
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg "access 1 year"
    ExpiresByType image/jpeg "access 1 year"
    ExpiresByType image/gif "access 1 year"
    ExpiresByType image/png "access 1 year"
    ExpiresByType text/css "access 1 month"
    ExpiresByType text/html "access 1 month"
    ExpiresByType application/pdf "access 1 month"
    ExpiresByType text/x-javascript "access 1 month"
    ExpiresByType application/x-shockwave-flash "access 1 month"
    ExpiresByType image/x-icon "access 1 year"
    ExpiresDefault "access 1 month"
    </IfModule>
    ## EXPIRES CACHING ##

    bunu yaptım ama yeterlil olup olmadığını bilmiyorum , httacces ile ilgili pek bilgim yok