mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
52de6f0344
fixes issue #139
5 lines
91 B
ApacheConf
5 lines
91 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteRule ^(.*)$ public/$1
|
|
</IfModule>
|