jeffski/trophy/master/.htaccess - Htaccess File

jeffski/trophy/master/.htaccess

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1

# For authentication when using PHP/CGI
RewriteRule .* - [E=HTTP_PHP_AUTH:%{HTTP:Authorization},L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache