Tjorriemorrie/tpbui/master/web/.htaccess - Htaccess File

Tjorriemorrie/tpbui/master/web/.htaccess

php_flag xdebug.profiler_enable 1
#php_value xdebug.profiler_enable_trigger 1
#xdebug.profiler_output_name = "callgrind.out.%t-%s"
php_value xdebug.profiler_output_dir "C:Program Files (x86)ZendZendServertmpxdebug-profiler"

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache