mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-06-07 20:53:59 +02:00
5 lines
No EOL
139 B
ApacheConf
5 lines
No EOL
139 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
RewriteRule ^$ app/webroot/ [L]
|
|
RewriteRule (.*) app/webroot/$1 [L]
|
|
</IfModule> |