ngsoft/MEDIADRIVE/master/.htaccess - Htaccess File

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

On Github License

Files

Download PDF of Htaccess file

Comments

Apache