Spiderpowa/NCTU-E3X/master/.htaccess - Htaccess File

Spiderpowa/NCTU-E3X/master/.htaccess

RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index.php|robots|img|css|js)
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteCond %{HTTP_HOST} ^nogoogle [NC]
RewriteCond $1 ^robots.txt
RewriteRule ^(.*)$ robots/robots.nogoogle.txt [L]
RewriteCond $1 ^robots.txt
RewriteRule ^(.*)$ robots/robots.txt [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache