Commit 82a1079f authored by Artur Mamedov's avatar Artur Mamedov

Server - For shared hosting where the installation is in root, we need this...

Server - For shared hosting where the installation is in root, we need this .htaccess rule for redirect all request in public folder
parent 623abfff
<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