COAddOns project site-Add-Ons for MiaCMS, Mambo & Joomla CMS

 Home arrow FAQs arrow How-To arrow How to do URL forwarding
Pick Language to Auto Translate:
AR | BG | CA | CS | DA | DE | EL | ES | FI | FR | HI | HR | ID | IT | IW | JA | KO | LV | LT | NO | NL | PL | PT | RO | RU | SK | SR | SL | SV | TL | UK | VI | ZH | ZT
SiteMap :: Contact Us :: About Us :: Member Blog :: Newsfeeds :: How-To :: News :: CMS Info :: MosNews :: Web Tools :: IRC Chat  

Main Menu
Home
Forums
Downloads
CMS Category
Web Links
FAQs
Blog
MoseCMS
COAddOns Wiki
COAddOns Docs
Drupal resources
Who's Online
We have 549 guests online and 1 member online
MosCmenuTree

FAQs

Feature Sites
Web Hosting
Q's quickdeals
OpensourceCMS
CMS Matrix
Joomla Extensions
Joomla Templates
Login Form
Username

Password

Remember me
Password Reminder
No account yet? Create one
Donate
Support OngETC in making a small donation:
Syndicate

MosNewsWriter

How to do URL forwarding Print E-mail
User Rating: / 6
PoorBest 
Lot of people asking how to do URL forwarding!

There are lot of way!  Manual, Header, 301 redirect, meta refresh, etc.

In this article I will present various method and code on how to do just that.

Different method on URL forwarding

There are several ways on how to do URL forwarding!

Manual method:

Please follow < a href="http://newurl.com">link< /a>!

Header method:

<?
header("Location: http://newurl.com");
?>

Use of 301 redirect method:

HTTP/1.1 301 Moved Permanently
Location: http://newurl.com/
Content-Type:
text/html
Content-Length: 174
<html>
<head><title>Moved</title></head>
<body><p>This page has moved to <a href="http://newurl.com/">http://newurl.com/</a>.</p></body>
</html>

Use Meta refresh method:

<html>
<head><meta http-equiv="Refresh" content="0; url=http://newurl.com/"></head>
<body><p>Please follow <a href="http://newurl.com/">link</a>!</p></body>
</html>

The above method are just some basic idea!

Comments

There are no comments yet. Feel free to add one using the form below.

You are not authorized to leave comments. Please login first.
<Previous   Next>




Sponsors

Reseller hosting (free)

000webhost (free)

HostUpon (w/ ssh)

Hosting24 (w/ ssh)

Free TK domain

CO.CC:Free Domain

Get Chitika Premium

Free Windows Hosting


Arizona Landscaping - Credit Counseling - United Specialties - Renegade Motorhomes
Validate XHTML
Validate CSS