Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Senior Member
    Join Date
    Feb 2015
    Location
    Bangalore
    Posts
    528

    What method do you use to redirect a page ?

    What method do you use to redirect a page ?

  2. #2
    Registered User
    Join Date
    Apr 2016
    Location
    10900 SW 104th St, Miami, FL 33176
    Posts
    42
    *Find out if your website is running on an Apache server.
    *Locate and download your .htaccess file.
    *Create an .htaccess file.
    *Type in the code.
    *Set the new URL destination.
    *Save the new .htaccess file.
    *Create a backup.
    *Upload the modified file to the root directory of the old domain.

  3. #3
    Registered User
    Join Date
    Jun 2016
    Location
    Mumbai
    Posts
    872
    In most instances, the 301 redirect is the best method for implementing redirects on a website.identified a page as compatible, it is generally best to use a 302 redirect.

  4. #4
    Registered User
    Join Date
    Dec 2014
    Location
    Florida
    Posts
    72
    Hello Friends,

    Redirection is the process of forwarding one URL to a different URL. There are three main kinds of redirects: 301, 302, and meta refresh.

  5. #5
    Senior Member hostmayo's Avatar
    Join Date
    Jun 2015
    Posts
    367
    you can use the following approaches to redirect to another page
    1. Use Apache rewrite rule in .htaccess
    2. Use php code header("Location : url2") to redirect to another page
    3. use your Cpanel url forwarder to direct the users to another page.
    All require just googling to completely implement it.

  6. #6
    Registered User
    Join Date
    Mar 2015
    Location
    United Kingdom
    Posts
    75
    Create an .htaccess file. If no .htaccess exists in your root folder currently, you can create one using an application like Notepad (or a similar plain text application). The code for the file is contained in the next step.

    Make sure that when you save your .htaccess file it begins with a “.”
    Note that this file has no tail extension (e.g. “.com” or “.txt”)

  7. #7
    Senior Member
    Join Date
    Dec 2016
    Posts
    127
    Here is something you might interested in:
    css-tricks.com/redirect-web-page/

  8. #8
    Senior Member
    Join Date
    Apr 2016
    Posts
    458
    A URL redirect is a web server function that sends a user from one URL to another. Redirects commonly take the form of an automated redirect that uses one of a series of status codes defined within the HTTP protocol.

    There are several types of redirects available to Web developers, including manual redirects, HTTP 3xx series status codes, server-side scripts, JavaScript, frame redirects and meta tag refreshes.

    A URL redirect may also be known as an HTTP code 3xx redirect, URL forwarding, domain redirection, and domain forwarding.

    A 301 redirect also is often described as a "change of address form" you might get at a post office. If someone doesn't know you moved, you want to make sure all your mail is forwarded to your new place.

  9. #9
    Registered User
    Join Date
    Jan 2016
    Posts
    184
    Re-direction is the procedure of sending one URL to a different URL. There are three primary types of redirects: 301, 302, and meta refresh.

  10. #10
    Registered User intqc[dot]in's Avatar
    Join Date
    Dec 2016
    Location
    India
    Posts
    15
    There are various redirect methods available as follows
    In Client-side development language : HTML, JavaScript
    In Server-side development language: PHP, .NET, etc
    Type of web server : Apache, Nginx, Lighttpd
    Web-hosting control panel: cPanel , plesk, etc

  11. #11
    Registered User
    Join Date
    Jan 2013
    Location
    India
    Posts
    54

    Method used for redirecting a web page

    It depends upon the type of server on which your website is hosted, So
    if website is hosted on IIS server, then we need to create a web config file and ad the particular rule of redirection in that web config
    if website is hosted on Linux server, then we need to create a ht access file and add the redirection rule for the particular web page
    There is one more method which can be used for redirection, known as meta refresh tag, but this tag is least used in the above mentioned methods.
    Last edited by mikerock; 02-08-2017 at 09:10 AM.

  12. #12
    Registered User
    Join Date
    Aug 2015
    Posts
    51
    just follow this link and create redirection code http://www.htaccessredirect.net/
    DedicatedSolutions
    Our mission is to deliver top-notch dedicated server solutions!
    24/7 Friendly Support |99.99% Uptime Guarantee |orders@dedicatedsolutions.com

  13. #13
    Junior Member
    Join Date
    Jul 2015
    Posts
    11
    it is best to use 301 and 302 redirection if you want to consider seo of your site

  14. #14
    Senior Member
    Join Date
    Apr 2015
    Posts
    134
    Redirection is the process of forwarding one URL to a different URL. There are three main kinds of redirects: 301, 302, and meta refresh.

    Types of Redirects

    301, "Moved Permanently"—recommended for SEO
    302, "Found" or "Moved Temporarily"
    Meta Refresh

  15. #15
    Registered User
    Join Date
    Jan 2010
    Location
    :)
    Posts
    103
    I use permanent .htaccess redirect code to redirect my pages to another page.

    Sometimes I use temporary code and remove it once my work is completed.
    Affordable Web Hosting
    Shared Hosting - CDN - Instant Setup - Location in US/UK/EU/AU/CA

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.