JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
in admin view, show client name in finished and paid for section
[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]