Adding a / to the rewrite rule to make it equivalent to what is in production right
now git-svn-id: svn://10.0.0.236/trunk@244945 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3,7 +3,7 @@ RewriteEngine On
|
||||
|
||||
RewriteBase /
|
||||
|
||||
RewriteRule ^service(/)?([A-Za-z0-9.-]+)?$ service.php?v=$2 [QSA]
|
||||
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]
|
||||
RewriteRule ^app/report(/)?(.*)$ report.php$2 [QSA,L]
|
||||
|
||||
Reference in New Issue
Block a user