Mozilla/mozilla/webtools/aus/xml/htaccess.dist
morgamic%mozilla.com ea8a3eb653 Checking in rewriterule [QSA] to append query string. Adding check for force=1.
Both changes from bug 388592.


git-svn-id: svn://10.0.0.236/trunk@230715 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-24 01:37:42 +00:00

9 lines
317 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 [QSA]
RewriteRule ^update/(.*)$ index.php?path=$1 [QSA]
php_value error_reporting 2047
php_value display_errors 1