fardog/adventure/master/.htaccess - Htaccess File

fardog/adventure/master/.htaccess

RewriteEngine on
RewriteCond %{HTTP_HOST} ^adventure.fardogllc.com$ [NC]
RewriteRule ^(.*)$ http://adventure.fardo.gs/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^adventure.dev.fardogllc.com$ [NC]
RewriteRule ^(.*)$ http://adventure.dev.fardo.gs/$1 [R=301,L]
RewriteCond $1 !^(index.php|images|robots.txt|humans.txt|([^/]+).png|([^/]+).ico|css|js)
RewriteRule ^(.*)$ /index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache