Last checkin had a few extra returns and some lines commented out by mistake. Came from the wrong tree. This is better.

git-svn-id: svn://10.0.0.236/trunk@215807 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
robert%accettura.com
2006-11-25 02:34:38 +00:00
parent 4090c8e40b
commit d71527abf0

View File

@@ -1,11 +1,8 @@
#<IfModule mod_rewrite.c>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^service(/)?([A-Za-z0-9.-]+)? service.php?v=$2 [QSA]
RewriteRule ^app/query(/)?(.*)$ query.php$2 [QSA,L]
RewriteRule ^app/report/screenshot(/)?(.*)$ screenshot.php$2 [QSA,L]
@@ -17,5 +14,5 @@ RewriteRule ^app/privacy(/)? privacy.php$1 [QSA,L]
RewriteRule ^app index.php [QSA,L]
#Static Content
#RewriteRule ^(scripts|styles)$/(.*)$ $1/$2 [QSA,L]
#</IfModule>
RewriteRule ^(scripts|styles)$/(.*)$ $1/$2 [QSA,L]
</IfModule>