mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
5 lines
141 B
ApacheConf
Executable File
5 lines
141 B
ApacheConf
Executable File
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
RewriteRule ^$ webroot/ [L]
|
|
RewriteRule (.*) webroot/$1 [L]
|
|
</IfModule> |