Wsparcie » Zaawansowane » ROzsypała mi się strona

  • Hej potrzebuje szybko pomocy 😛 Rozsypała mi się strona po modyfikacji pliku htacces

    Plik wygląda teraz tak:

    ExpiresDefault "access plus 30 days"
    </FilesMatch>
    </IfModule>
    # END Far Future Expiration Plugin
    
    <filesMatch ".(ico|pdf|flv|jpg|svg|jpeg|png|gif|js|css|swf)$">
    Header set Cache-Control "max-age=846000, public"
    </filesMatch>
    
    ## EXPIRES CACHING ##
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg "access plus 1 month"
    ExpiresByType image/jpeg "access plus 1 month"
    ExpiresByType image/gif "access 1 year"
    ExpiresByType image/png "access 1 year"
    ExpiresByType text/css "access plus 1 month"
    ExpiresByType text/html "access plus 1 month"
    ExpiresByType application/pdf "access 1 year"
    ExpiresByType text/x-javascript "access 1 year"
    ExpiresByType application/x-shockwave-flash "access plus 1 month"
    ExpiresByType image/x-icon "access plus 1 year"
    ExpiresDefault "access plus 1 month"
    
    </IfModule>
    
    # BEGIN LSCACHE
    # END LSCACHE
    # 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>
    
    # END WordPress
    # BEGIN WP Performance Score Booster Settings
    # END WP Performance Score Booster Settings

    Dodam że robiłem przekierowanie i po usunięciu tego co wprowadziłem się posypało :/

    • This topic was modified 5 years, 11 months temu by michaha.

    Strona przy której potrzebuję pomocy: [zaloguj się aby zobaczyć ten link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • Temat ‘ROzsypała mi się strona’ jest zamknięty na nowe odpowiedzi.