![]() |
Basic Question that Google can't find the answer to
As the title indicated, I have a simple question and Google is sending me to these sites that I swear, are in French.
I want to do a basic HTML that when someone logs into the website, that it sends them directly to another website. Basically, our website isn't in a set spot yet, and I want to have one to put on my business cards so that when people want more info on our team, they can find it. Anyone know the code? |
Re: Basic Question that Google can't find the answer to
This is SO easy.
Code:
<meta http-equiv="refresh" content="0; url=http://www.SOMETHING.com">Or a better way to do it is to set a redirect in cPanel if your server has it. You can also do it with a .htaccess file I believe but I forget how. EDIT: My code is the one liner, Adam's is the complete thing for a page. |
Re: Basic Question that Google can't find the answer to
Code:
<html> |
Re: Basic Question that Google can't find the answer to
If this is a temporary solution, you want to do a Meta Refresh.
Quote:
|
Re: Basic Question that Google can't find the answer to
Thanks guys!
Very quickly, does anyone know why this code wouldn't transfer to the correct site? http://www.freewebs.com/frcteam1504/index.htm |
Re: Basic Question that Google can't find the answer to
Quote:
|
Re: Basic Question that Google can't find the answer to
Actually its a code problem.
Where you have: Code:
<META HTTP-EQUIV="REFRESH" CONTENT="3";URL="http://www.msu.edu/~dangmytr/team1504">Code:
<META HTTP-EQUIV="REFRESH" CONTENT="3; URL=http://www.msu.edu/~dangmytr/team1504"> |
Re: Basic Question that Google can't find the answer to
Thank you again!
|
| All times are GMT -5. The time now is 16:24. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi