mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Last checkin had a few extra returns and some lines commented out by mistake. Came from the wrong tree. This is better.
This commit is contained in:
parent
6d4bd8cd75
commit
0735de6c9c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user