HI, i am having an issue with my domain. For some reason the only way it works is when i go to www.graff-life.com but wen i enter in the browser graff-life.com it doesnt work. can anyone help me with this please? thanks
HI, i am having an issue with my domain. For some reason the only way it works is when i go to www.graff-life.com but wen i enter in the browser graff-life.com it doesnt work. can anyone help me with this please? thanks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.graff-life\.com$ [NC]
RewriteRule ^(.*)$ http://graff-life.com/$1 [L,R=301]
it works now. thank u
Edit:
now when i enter my domain it takes me straight to index.php instead of index.html would u know how to solve this issue?
thanks again for ur help
DirectoryIndex index.php
Sounds like he wanted index.html to load instead of index.php, so that should be
DirectoryIndex index.html
surely?