kandy/xhprof/master/web/.htaccess - Htaccess File

kandy/xhprof/master/web/.htaccess

<IfModule mod_rewrite.c>
    Options -MultiViews

    RewriteEngine On
    
    RewriteBase /workspace/xhprof.me/web
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l

############################################
## rewrite everything else to index.php

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache