Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > HTML / Design

HTML / Design Are you a designer? Or just trying to become one? Great! You'll be able to talk about layouts, and HTML code to help your fellow designers, so everyone can work together to master the tricks of the trade. (Maybe even some JavaScript too!)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-13-2009, 01:03 PM
DIABLO DIABLO is offline
Junior Member
 
Join Date: May 2009
Posts: 3
Default automatic redirection on permanent hosting address without using the cPanel

How is it possible to do an automatic redirection without using the cPanel redirection function? I will use this redirection method on my permanent hosting address and will change its content by redirecting when is necessary.
Reply With Quote
  #2  
Old 10-13-2009, 01:25 PM
iceman1's Avatar
iceman1 iceman1 is offline
Member
 
Join Date: Jan 2009
Posts: 91
Default Re: automatic redirection on permanent hosting address without using the cPanel

Use one of following methods:
Using PHP
PHP Code:
<?php
header
("Location: http://URL");
?>
Using meta tag:
PHP Code:
<meta http-equiv="refresh" url=http://URL"> 
In place of the 'URL', place the link to the page where you want to be redirected.
Reply With Quote
  #3  
Old 10-14-2009, 04:21 AM
carlobee carlobee is offline
Senior Member
 
Join Date: Jul 2009
Posts: 163
Default Re: automatic redirection on permanent hosting address without using the cPanel

great. this is helpful!

Reply With Quote
Reply

Tags
address, automatic, cpanel, hosting, permanent, redirection

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 02:08 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.