I need help getting my domain : www.freerunescapemembership.net to redirect to freerunescapemembership.net I use godaddy domains but I have no idea to access the .htaccess file...can anyone help?
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www.freerunescapemembership.net [NC] RewriteRule ^(.*)$ http://freerunescapemembership.net/$1 [L,R=301] </IfModule> Use that code in your .htaccess
Use ftp. You might need to create a file named -htaccess and then upload it and re-name it to .htaccess. Contact your web host if you can't find it!! (Hint: Get on ftp, then look for files that show up in your browser at domain.com/file.xxx like index.xxx) That directory is your root folder.