[ Príspevkov: 2 ] 
AutorSpráva
Offline

Užívateľ
Užívateľ
Obrázok užívateľa

Registrovaný: 15.10.15
Prihlásený: 03.11.15
Príspevky: 5
Témy: 3 | 3
NapísalOffline : 15.10.2015 20:39 | pomoc s .htaccess

Zdravim
potreboval by som poradit ako dostat do .htaccess Cache-Control: max-age a Expires, pripadne ine veci ktore su potrebne ku Cache.
poskusal som uz mnozstvo kombinacii, ale bud to nefunguje alebo mi da : Internal Server Error
neviete mi niekto poradit co robim zle, pripadne ci je potrebne este nieco spustit na Apache?
Potrebujem to na nastavenie Cashe.
Posielam ukazku mojho .htaccess, ale taktom mi to nefunguje. V privat message poslem pripadne aj konkretnu adresu, nechcem tu spamovat.
Dakujem za akukolvek pomoc.
Diro


ErrorDocument 404 "http://www.xxx.de/404.html"

RewriteEngine On

RewriteCond %{HTTP_USER_AGENT} libwww-perl.*
RewriteRule .* ? [F,L]

RewriteCond %{HTTP_HOST} ^78\.47\.xxx\.xxx
RewriteRule (.*) http://www.xxx.de/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^xxx\.de
RewriteRule (.*) http://www.xxx.de/$1 [R=301,L]

RewriteCond %{HTTP_HOST} xxx\.de/
RewriteRule (.*) http://www.xxx.de/ [R=301,L]

RewriteCond %{HTTP_HOST} !^www.xxx.de$ [NC]
RewriteRule .? http://www.xxx.de%{REQUEST_URI} [R=301,L]

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(.*)index\.html($|\ |\?)
RewriteRule ^ /%1 [R=301,L]

<IfModule mod_deflate.c>
#The following line is enough for .js and .css
AddOutputFilter DEFLATE js css
AddOutputFilterByType DEFLATE text/plain text/xml application/xhtml+xml text/css application/xml application/rss+xml application/atom_xml application/x-javascript application/x-httpd-php application/x-httpd-fastphp text/html

#The following lines are to avoid bugs with some browsers
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
</IfModule>

<IfModule mod_expires.c>
ExpiresActive on

ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
</IfModule>

<IfModule mod_headers.c>
<FilesMatch "\.(js|css|xml|gz)$">
Header append Vary Accept-Encoding
</FilesMatch>
<FilesMatch "\.(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "public"
</FilesMatch>
<FilesMatch "\.(css)$">
Header set Cache-Control "public"
</FilesMatch>
<FilesMatch "\.(js)$">
Header set Cache-Control "private"
</FilesMatch>
<FilesMatch "\.(x?html?|php)$">
Header set Cache-Control "private, must-revalidate"
</FilesMatch>
</IfModule>


Offline

Prevádzkovateľ fóra
Prevádzkovateľ fóra
pomoc s .htaccess

Registrovaný: 01.05.05
Príspevky: 13416
Témy: 1494 | 1494
Bydlisko: Bratislava
NapísalOffline : 29.10.2015 9:41 | pomoc s .htaccess

Kód:
<IfModule mod_headers.c>
    # WEEK
    <FilesMatch "\.(jpg|jpeg|png|gif|swf)$">
        Header set Cache-Control "max-age=604800, public"
    </FilesMatch>

    # WEEK
    <FilesMatch "\.(js|css|swf)$">
        Header set Cache-Control "max-age=604800"
    </FilesMatch>
</IfModule>


alebo

Kód:
<IfModule mod_headers.c>
    Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
    Header set Pragma "no-cache"
</IfModule>


alebo.... google ma plno prikladov a navodov ako na to


_________________
Streacom DA2 | SilverStone Titanium SX800-LTI 800W | ASRock X299E-ITX/ac | Intel Core i9-9980XE & be quiet! Dark Rock TF | Kingston HyperX Impact 64 GB DDR4 2666 MHz | NVIDIA Titan RTX 24 GB | Intel SSD Optane 905P 480 GB NVMe U.2 & Intel SSD 750 1,2 TB NVMe U.2 & Intel SSD 660p 2 TB NVMe M.2 & Seagate BackUp Plus Portable 56 TB USB | 55" 4K OLED Dell Alienware AW5520QF | Ergotron LX Wall Mount Keyboard Arm | Logitech Craft | Logitech G603 | Logitech F710 | Harman Kardon Sabre SB 35 & Sennheiser RS 175 | Microsoft Windows 11 Enterprise | APC Back-UPS BE-850 VA | Lenovo ThinkPad X250 & Microsoft Windows 11 Professional | iPhone 15 Pro 256 GB & Pitaka Aramid | SilverStone ML05B Milo | Corsair SF600 SFX 600W | ASRock X99E-ITX/ac | Intel Xeon E5-2683 v4 & NOCTUA NH-L12S | Kingston HyperX Savage 32 GB DDR4 2400 MHz | NVIDIA GeForce GT 710 1 GB | Intel SSD Optane Memory 32 GB NVMe M.2 & Intel SSD 730 240 GB SATA | Ubuntu 24.04.1 LTS
 [ Príspevkov: 2 ] 


pomoc s .htaccess



Podobné témy

 Témy  Odpovede  Zobrazenia  Posledný príspevok 
V tomto fóre nie sú ďalšie neprečítané témy.

mensia pomoc s HTACCESS

v Ostatné

1

553

26.01.2011 20:59

peter.povazan

V tomto fóre nie sú ďalšie neprečítané témy.

Pomoc s .htaccess suborom

v Ostatné

6

673

01.02.2009 23:58

Ivan11114

V tomto fóre nie sú ďalšie neprečítané témy.

mala pomoc s htaccess

v Ostatné

6

762

11.06.2009 9:09

middlesboro

V tomto fóre nie sú ďalšie neprečítané témy.

Ako vypnúť htaccess pomocou htaccess

v Ostatné

2

771

25.11.2011 17:44

1daemon1

V tomto fóre nie sú ďalšie neprečítané témy.

.htaccess

v Ostatné

0

859

01.08.2009 17:58

Draex

V tomto fóre nie sú ďalšie neprečítané témy.

.htaccess

v PHP, ASP

2

721

15.09.2007 16:01

Punker661

V tomto fóre nie sú ďalšie neprečítané témy.

.htaccess

v Ostatné

1

884

25.01.2008 20:07

Ded'leg

V tomto fóre nie sú ďalšie neprečítané témy.

.htaccess

v PHP, ASP

3

924

19.05.2008 9:17

elan111

V tomto fóre nie sú ďalšie neprečítané témy.

.htaccess

v Internetový marketing, SEO, reklama

5

1096

01.09.2008 18:42

roach189

V tomto fóre nie sú ďalšie neprečítané témy.

.htaccess

v Ostatné

4

649

30.03.2009 15:42

kaidžas

V tomto fóre nie sú ďalšie neprečítané témy.

.htaccess

v Internetový marketing, SEO, reklama

10

570

01.11.2012 8:55

DeiForm

V tomto fóre nie sú ďalšie neprečítané témy.

.htaccess

v PHP, ASP

1

394

27.09.2015 14:23

killer

V tomto fóre nie sú ďalšie neprečítané témy.

.htaccess

v Internetový marketing, SEO, reklama

14

1157

06.07.2009 8:06

Draex

V tomto fóre nie sú ďalšie neprečítané témy.

.htaccess

v Ostatné

3

3779

28.07.2006 17:34

Whistler

V tomto fóre nie sú ďalšie neprečítané témy.

.htaccess

v Ostatné

1

935

12.08.2007 14:54

johny128

V tomto fóre nie sú ďalšie neprečítané témy.

.htaccess

v Internetový marketing, SEO, reklama

16

2444

29.12.2008 13:07

blackman545



© 2005 - 2025 PCforum, edited by JanoF