stevleibelt/media_library/master/public/.htaccess - Htaccess File

stevleibelt/media_library/master/public/.htaccess

<IfModule dir_module>
    DirectoryIndex index.html index.php
</IfModule>
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^api/(.*)$  api.php [L,NC,QSA]
</IfModule>
<IfModule mod_php5.c>
    php_flag display_errors On
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache