this is wat u do:
it might not work in older browsers:
%26lt;ccResource%26gt;
%26lt;ccTitle%26gt;
Java Enabled Redirect
%26lt;/ccTitle%26gt;
%26lt;ccCategory%26gt;
Browser
%26lt;/ccCategory%26gt;
%26lt;ccDescription%26gt;
Use this if your page has java applets that are not viewable for users with older browsers.
%26lt;/ccDescription%26gt;
%26lt;ccInstructions%26gt;
The code goes only inside the BODY tags. You can change the items below to suit your needs.
%26lt;/ccInstructions%26gt;
%26lt;ccHeadContent%26gt;
%26lt;/ccHeadContent%26gt;
%26lt;ccBodyContent%26gt;
%26lt;SCRIPT LANGUAGE=';JavaScript';%26gt;
if (navigator.javaEnabled())
window.location = ';java-page.html';;
else
window.location = ';non-java-page.html';;
%26lt;/script%26gt;
%26lt;/ccBodyContent%26gt;
%26lt;ccElementContent%26gt;
%26lt;ccElementName%26gt;%26lt;/ccElementName%26gt;
%26lt;ccElementAction%26gt;%26lt;/ccElementAction%26gt;
%26lt;/ccElementContent%26gt;
%26lt;ccExtraData%26gt;
%26lt;/ccExtraData%26gt;
%26lt;/ccResource%26gt;How to redirect a website address?
i dont quite get what youre searching for.
if you wish to have the same domain but you want it to point to a different address, you have to go to that redirection's option settings.
if you wish to have a different domain name but the same address, you have to go check out a new redirection site.
it the web site address is a .tk address
then all you need to do is cancell the account name then re-register it pointing it to the
freehost account you need to send it to
as .tk domain names are free to register
so you any not loosing any money....
or the site that you have the .tk pointing to at the moment.
www.yourfreehostingaccount.com
delete the index.html
create a index.php doc and enter this in to it
%26lt;?php
header( 'Location:http://www.bwlewis.info' );
?%26gt;
just them 3 lines
replacing my web link with the one
you want to be displayed
that will re-direct any visitors to the new address
(new php file....)
right click new text doc
rename it index.php
instead of index.txt
should be easy to do as long as you can see file extensions
the is an option in the desktop properties to be able to view file extensions
Use a freebie redirection service such as mydomain.com.
Good luck!
No comments:
Post a Comment