pniebla/test-repo-console/master/.htaccess - Htaccess File

pniebla/test-repo-console/master/.htaccess

RewriteEngine on 
RewriteCond $1 !^(index.php|css|js|images|robots.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond $1 !^(index.php|images|styles|scripts|robots.txt|favicon.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]

RewriteCond %{HTTP_HOST} !^(www|console) [NC]
RewriteRule ^(.*)$ http://www.niebla.tk/$1 [L,R=301]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache