mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
a90838f83e
Removed workarounds in models to adapt to update db schema. Will check in sql once the indexes have been updated (shortly).
7 lines
166 B
ApacheConf
7 lines
166 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
RewriteBase /~morgamic/bouncer
|
|
RewriteRule ^$ webroot/ [L]
|
|
RewriteRule (.*) webroot/$1 [L]
|
|
</IfModule>
|