ngsoft/MEDIADRIVE/master/.htaccess
<IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ Public/ [L] RewriteRule (.*) Public/$1 [L] </IfModule> #Options -Indexes #ErrorDocument 403 /forbidden #ErrorDocument 404 /notfound
Files

<IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ Public/ [L] RewriteRule (.*) Public/$1 [L] </IfModule> #Options -Indexes #ErrorDocument 403 /forbidden #ErrorDocument 404 /notfound