mkrause/roy/master/public/.htaccess - Htaccess File

mkrause/roy/master/public/.htaccess

# This is an example .htaccess file.

# Get rid of index.php in URLs
<IfModule mod_rewrite.c>
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule .* index.php/$0 [passthrough,last]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache