Zack Saadioui
1/29/2025
1
2
3
4
5
6
7
8
9
10
11
apache
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month"
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 text/javascript "access plus 1 month"
</IfModule>
1
2
php
define( 'WP_POST_REVISIONS', 5 );
Copyright © Arsturn 2025