Skip to main content
Home
Blog

Main navigation

  • Home
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Forums
  3. Knowledge Base
  4. How-To

Different methods on URL forwarding

By ongetc , 26 February, 2017

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

Moved
This page has moved to http://newurl.com/.

Use Meta-refresh method:


< meta http-equiv="refresh" content="30;url=index.html" >

The above method are just some basic idea!

Forums
How-To

Reseller hosting (free)

Hosting24 (w/ ssh)

A2 Hosting

Monthly archive

  • February 2019 (1)
  • December 2020 (224)
  • January 2021 (168)
  • March 2021 (1)

Pagination

  • Previous page
  • 2

Popular content

Last viewed:

  • SPIP
  • PHP Nuke Evolution Xtreme
  • SAPID
  • The Regex Coach
  • How do redirect www using mod_rewrite?
  • LitePublisher
  • Jease
  • phpWebSite
  • How to do normal URL with Zend Framework?
  • b2evolution

User login

  • Reset your password