![]() |
Domian redirect?
Can anyone tell me the easiest way to point or redirect url to another url address? Do I have to use a HTML script?
T. |
If you just want a simple meta refresh you can use...
<meta http-equiv="refresh" content="0;url=siteurl"> |
Or you can do it with a php file.. make index.php
<?php header("Location: url"); ?> |
Quote:
Looks at question. Looks at reg date. looks at question. :helpme |
you can use your .htaccess file as well :)
|
thanks guys!! I am not a webmaster and trying to figure it out!!
T. |
Depends on your intent. Use a 302 redirect (.htaccess) or meta is typically the first choices. Maybe WG will give away the SEO secrets.
|
Quote:
|
Quote:
|
| All times are GMT -7. The time now is 06:55 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123