mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-02 06:13:35 +02:00
Added missing non-versioned files
This commit is contained in:
parent
3db3777c8d
commit
b8f82da6f8
3 changed files with 48 additions and 0 deletions
5
.htaccess
Normal file
5
.htaccess
Normal file
|
@ -0,0 +1,5 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^$ app/webroot/ [L]
|
||||
RewriteRule (.*) app/webroot/$1 [L]
|
||||
</IfModule>
|
Loading…
Add table
Add a link
Reference in a new issue