cache images
This commit is contained in:
parent
9158e4ad2a
commit
9fe281205a
|
@ -1,3 +1,7 @@
|
|||
<FilesMatch "\.(jpg|png)$">
|
||||
Header set Cache-Control "public, max-age=31536000, no-transform"
|
||||
</FilesMatch>
|
||||
|
||||
RewriteEngine on
|
||||
RewriteRule ^doppelklinge/?$ /?p=doppelklinge [L]
|
||||
RewriteRule ^doppelklinge/([a-zA-Z0-9]{8})/?$ /?p=doppelklinge&c=$1 [L]
|
||||
|
|
Loading…
Reference in New Issue
Block a user