Activity Stream
48,167 MEMBERS
6960 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member
    Website's:
    HieBye.com BinEdris.com

    Default redirect . HOw ?

    Need some help in redirect all my pages to my main like
    www.example.com/forum/index.php?321654 to www.example.com
    in short
    www.example.com/*** to www.example.com/
    wCruiser Reviewed by wCruiser on . redirect . HOw ? Need some help in redirect all my pages to my main like www.example.com/forum/index.php?321654 to www.example.com in short www.example.com/*** to www.example.com/ Rating: 5


  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    InvestDude.com
    Redirect without noticing
    Code: 
    <html>
    <script>
    location = "http://www.example.com";
    </script>
    </html>
    or

    Redirect by Alerting (this wud need Java)
    Code: 
    <html>
    <script>
    alert( "This page has been moved to a new location... click OK to be redirected?");
    location = "http://www.example.com";
    </script>
    </html>

    or


    use 301 htaccess redirect
    Code: 
    Redirect 301 /forum/index.php?321654 http://www.example.com
    InvestDude.com Learn to make money by investing in hyips (high yield investment programs), affiliate marketing and tons of other method ;)

  4.     
    #3
    Member
    go to your .htaccess file and put

    Code: 
    # Redirect old file path to new file path
    Redirect /olddirectory/oldfile.html http://mt-example.com/

  5.     
    #4
    Member
    Website's:
    HieBye.com BinEdris.com
    I actually want to direct all pages where i get 404 error to my main domain .


  6.     
    #5
    Member
    As y0u said, use
    Code: 
    ErrorDocument 404 http://example.com/
    (put it in .htaccess)

  7.     
    #6
    Member
    Quote Originally Posted by wCruiser View Post
    I actually want to direct all pages where i get 404 error to my main domain .
    o ok then yea use what schlupi said

  8.     
    #7
    Member
    Website's:
    HieBye.com BinEdris.com
    Quote Originally Posted by schlupi View Post
    As y0u said, use
    Code: 
    ErrorDocument 404 http://example.com/
    (put it in .htaccess)
    This worked thanks man

    thanks alot


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. 301 redirect help
    By tractor3231 in forum Web Development Area
    Replies: 4
    Last Post: 28th Jul 2011, 04:19 PM
  2. How to Redirect !
    By softleaks in forum Tutorials and Guides
    Replies: 12
    Last Post: 20th Jul 2011, 09:01 AM
  3. 301 Redirect help
    By Rox in forum Wordpress
    Replies: 7
    Last Post: 10th Jul 2011, 09:03 PM
  4. Redirect your non www url's to www
    By hhhgame in forum Tutorials and Guides
    Replies: 11
    Last Post: 2nd Dec 2010, 03:22 PM
  5. In Need of Url REdirect mod ..?
    By litewarez in forum phpBB
    Replies: 25
    Last Post: 20th Oct 2009, 08:40 PM

Tags for this Thread

BE SOCIAL