hendrik-weiler/PHP-Worker-Environment-Lite/master/docs/.htaccess - Htaccess File

hendrik-weiler/PHP-Worker-Environment-Lite/master/docs/.htaccess

Options +FollowSymLinks
IndexIgnore */*
# Turn on the RewriteEngine
RewriteEngine On
#  Rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

<FilesMatch "^.*.(ini|cgi)$">
Order Deny,Allow
Deny from All
Allow from env=REDIRECT_STATUS
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file
REDIRECT_STATUS, REQUEST_FILENAME

Comments

Apache