Unverified Commit 93476284 authored by Nicolas Widart's avatar Nicolas Widart Committed by GitHub

Merge pull request #605 from arturmamedov/feature-SharedHostingHtaccess

Server - For shared hosting where the installation is in root, we nee…
parents 623abfff 82a1079f
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ public/ [L]
RewriteRule (.*) public/$1 [L]
</IfModule>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment