wendellpbarreto/agencia-fotec/master/.htaccess - Htaccess File

wendellpbarreto/agencia-fotec/master/.htaccess

# Turn on the RewriteEngine
RewriteEngine On
Options +FollowSymLinks +Includes
Options -Indexes
IndexIgnore */*
# Rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond $1 !^(index.php|images|robots.txt)

RewriteRule . index.php?/$0 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache