edgcarmu/myproject.dev/master/.htaccess - Htaccess File

edgcarmu/myproject.dev/master/.htaccess

# ----------------------------------------
# Activar RewriteEngine
# ----------------------------------------
RewriteEngine On

# ----------------------------------------
# Eliminar index.php
# ----------------------------------------
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|assets|robots.txt)
RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache