migueabellan/migueabellan/master/.htaccess - Htaccess File

migueabellan/migueabellan/master/.htaccess

RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

RewriteCond %{HTTP_HOST} ^migueabellan.es [NC]
RewriteRule ^(.*)$ http://www.migueabellan.es/$1 [L,R=301]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache