bolom009/videorecord/master/api/web/.htaccess - Htaccess File

bolom009/videorecord/master/api/web/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

php_value xdebug.remote_enable on
php_value xdebug.remote_handler dbgp
php_value xdebug.remote_host 10.30.1.128
php_value xdebug.remote_port 9000
php_value xdebug.idekey "netbeans-xdebug"

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache