JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove obsolete type="text/javascript" from script tags
[wfpl-cms.git] / .htaccess
1 php_value post_max_size 25M
2 php_value upload_max_filesize 20M
3 php_flag register_globals off
4 php_flag magic_quotes_gpc off
5 Options -MultiViews
6 DirectorySlash Off
7 DirectoryIndex disabled
8 AddDefaultCharset UTF-8
9 RewriteEngine  on
10 RewriteRule    ^[^/.]*$  /wfpl_main.php [L]
11
12 <FilesMatch "\.(css|jpg|png)$">
13         ExpiresActive On
14         ExpiresDefault A31536000
15 </FilesMatch>