Mozilla/mozilla/webtools/aus/xml/htaccess.dist
mike.morgan%oregonstate.edu 3e1bbc4635 initial import of aus2 app portion
git-svn-id: svn://10.0.0.236/trunk@198440 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-26 01:17:33 +00:00

9 lines
305 B
Plaintext

# TODO: Replace this with something simpler (Alias).
# TODO: Then use PHP to parse path using pathinfo() instead.
RewriteEngine On
RewriteBase /~morgamic/aus
RewriteRule ^update2/(.*)$ index.php?path=$1
RewriteRule ^update/(.*)$ index.php?path=$1
php_value error_reporting 2047
php_value display_errors 1