TheValarProject/TheValarProjectWebsite/master/stable/.htaccess - Htaccess File

TheValarProject/TheValarProjectWebsite/master/stable/.htaccess

RewriteEngine on
DirectoryIndex index.php index.html

RewriteCond %{HTTP_HOST} ^tvp.elementfx.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.tvp.elementfx.com$
RewriteRule ^index.html$ "http://tvp.elementfx.com/index.php" [R=301,L]

RewriteCond %{HTTP_HOST} ^tvp.elementfx.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.tvp.elementfx.com$
RewriteRule ^index.htm$ "http://tvp.elementfx.com/index.php" [R=301,L]

RewriteCond %{HTTP_HOST} ^tvp.x10host.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.tvp.x10host.com$
RewriteRule ^index.html$ "http://tvp.x10host.com/index.php" [R=301,L]

RewriteCond %{HTTP_HOST} ^tvp.x10host.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.tvp.x10host.com$
RewriteRule ^index.htm$ "http://tvp.x10host.com/index.php" [R=301,L]

SetEnv APP_ROOT_PATH /home/tvpx10ho/public_html/

Options -Indexes

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^tvp.elementfx.com$ [NC]
RewriteRule ^(.*)$ http://tvp.elementfx.com/$1 [R=301,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache