JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
generic editable site
[wfpl-cms.git] / .htaccess
1 # php_value post_max_size 205M
2 # php_value upload_max_filesize 200M
3 php_flag register_globals off
4 php_flag magic_quotes_gpc off
5 Options -MultiViews
6 DirectorySlash Off
7 AddDefaultCharset UTF-8
8 RewriteEngine  on
9 RewriteRule    ^[^/.]*$  /run.php [L]
10 RewriteRule    ^style_[0-9]*.css$  /style.css [L]
11
12 <FilesMatch "\.(css|jpg|png)$">
13         ExpiresActive On
14         ExpiresDefault A31536000
15 </FilesMatch>