fundar/retos/master/.htaccess - Htaccess File

fundar/retos/master/.htaccess

RewriteEngine on

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
RewriteCond %{HTTP_HOST} ^www.conectadf.mx$ [NC]
RewriteRule ^(.*)$ http://conectadf.mx/$1 [L,R=301]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache