alchemy-fr/Phraseanet/master/www/.htaccess - Htaccess File

alchemy-fr/Phraseanet/master/www/.htaccess

DirectoryIndex index.php

<IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule .? - [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^api/.* /api.php [L]

    RewriteRule .? /index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache