JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
reordering existing code works (ugly code, ugly display)
[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