JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update wfpl and templates
[contractor-progress.git] / .htaccess
1 php_flag register_globals off
2 php_flag magic_quotes_gpc off
3 Options -MultiViews
4 AddDefaultCharset UTF-8
5 RewriteEngine  on
6 RewriteRule    ^$  /run.php
7 RewriteRule    ^[^/]*\.html$  /run.php
8 RewriteRule    ^[^/.]*$  /run.php
9 RewriteRule    ^[^/]*.css$  /css_mangler.php [L]
10
11
12 <FilesMatch "\.(jpg|png)$">
13         ExpiresActive On
14         ExpiresDefault A31536000
15 </FilesMatch>