Twitist Forums
Is there a web page redirect embed code? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Other forums (/forum-31.html)
+--- Forum: General Internet related Qustions (/forum-32.html)
+--- Thread: Is there a web page redirect embed code? (/thread-162567.html)



Is there a web page redirect embed code? - Icefly - 06-08-2014 11:15 AM

I need to re direct a page on weebly but i cant do the normal way. (Nhd.weebly)
The only way is it may be possible is an embed code?

I would love if any code geeks out there have an answer, preferably an embed code.



:NOTE:
I am technically inclined I am fluent in html, MySQL databases, Php, and semi-fluent in java.


- Jarett - 06-08-2014 11:28 AM

Could you specify this more? Do you want to re-direct the entire page on opening or simply create a hyperlink to an external page.

-------
Rather off topic but in cases where you've coded using your webpage, I suggest using php to redirect the page. E.x, an example of a loop that would redirect the page to google:

<?php
header('Location: http://google.com/');
?>


- Jazz - 06-08-2014 11:40 AM

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">