[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:[cobalt-users] How to redirect from one domain to another?



Why not just add a small piece of code to the page that you want to redirect from like this. Just copy and paste, put in the address of the page you want it to go to and your done.

 

<meta http-equiv="refresh" content="5; URL="">

 

Note: content-“5;  means that the page will redirect in 5 seconds, you can change this to what ever you want, I have done it at .5 and it is hardly noticed.