OpenDataRepository/data-publisher/master/web/.htaccess - Htaccess File

OpenDataRepository/data-publisher/master/web/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On

    <IfModule mod_vhost_alias.c>
        RewriteBase /
    </IfModule>

    rewriteCond %{REQUEST_FILENAME} !-f
    rewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>

#php_flag xdebug.profiler_enable 0 
#php_flag apc.stat 0

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache