BurningFlipside/Tickets/master/api/v1/.htaccess - Htaccess File

BurningFlipside/Tickets/master/api/v1/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]

php_value include_path ".:../..:/var/www/common:/usr/share/pear"
php_value session.cookie_domain ".burningflipside.com"

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache