Page 4 of 26 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... LastLast
Results 46 to 60 of 376
Like Tree7Likes

Create a Custom vBulletin "404 Page Not Found" Page, and direct vBSEO to use it.

This is a discussion on Create a Custom vBulletin "404 Page Not Found" Page, and direct vBSEO to use it. within the Member Articles forums, part of the Focus on Members category; So did you save it as ASCII? what format? I saved mine as unicode too. Originally Posted by m_k I ...

  1. #46
    Member mykkal's Avatar
    Real Name
    Michael McKoy
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Posts
    37
    Liked
    1 times
    So did you save it as ASCII? what format?

    I saved mine as unicode too.

    Quote Originally Posted by m_k View Post
    I had a similar problem - it turned out that it was due to me saving the php file I created in notepad as unicode

  2. #47
    Member kushal's Avatar
    Real Name
    Kushal
    Join Date
    Sep 2006
    Location
    India
    Posts
    33
    Liked
    0 times
    Blog Entries
    1
    This works perfect with /forum/not found pages However, with this VBCMPS pages returns code erros like this:
    Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in.........
    Is there a way to fix the root director 404 pages too?

  3. #48
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    As long as you are using the full physical paths everywhere, it should work fine.

  4. #49
    Member kushal's Avatar
    Real Name
    Kushal
    Join Date
    Sep 2006
    Location
    India
    Posts
    33
    Liked
    0 times
    Blog Entries
    1
    Can you specify a bit more?

  5. #50
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Ah yes, after looking into the code it may not work. My sites all have CMPS and forum both in the root, so it's not an issue. misc.php attempts to look for global.php in the current directory, so it's not finding it when called from the root of your site.

  6. #51
    Member mykkal's Avatar
    Real Name
    Michael McKoy
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Posts
    37
    Liked
    1 times
    Is this solution supported? I'm still getting blank pages AND none of my questions are being answered.

    Quote Originally Posted by mykkal View Post
    So did you save it as ASCII? what format?

    I saved mine as unicode too.

  7. #52
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    This was never a "supported" option... Just a useful article I offered. Not sure why you're having a problem though, sorry.

  8. #53
    m_k
    m_k is offline
    Junior Member m_k's Avatar
    Real Name
    Marc
    Join Date
    May 2007
    Posts
    10
    Liked
    0 times
    Quote Originally Posted by mykkal View Post
    So did you save it as ASCII? what format?

    I saved mine as unicode too.
    In notepad I did "save as" and selected "ANSI" from the list of options... after doing this and uploading the file everything worked fine.


  9. #54
    Senior Member MarketTimes's Avatar
    Real Name
    MarketTimes
    Join Date
    Nov 2006
    Location
    On Myspace
    Posts
    173
    Liked
    0 times

  10. #55
    Senior Member basketmen's Avatar
    Real Name
    richie
    Join Date
    Dec 2006
    Location
    SEO Specialist
    Posts
    173
    Liked
    0 times
    this is good idea, but i am afraid google bot will hammer my server again, how are your experience guys, is there any live demo link

    when i redirect not found page to the home page 7 month ago, google hammering my server and my host dreamhost told me to block google bot, after i remove redirect not found page to the home page its never happened again

  11. #56
    Senior Member sportsmedjosh's Avatar
    Real Name
    Josh
    Join Date
    Jan 2007
    Posts
    404
    Liked
    0 times
    Is there an easy way to determine
    '/usr/home/username/public_html/forums/misc.php';
    ?>
    location such as a script I entered what was there hoping that it would work but I got an error message.
    It may be best to not listen to anything I say for advice. :spin:

  12. #57
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You can create a "whereami.php" file in forums folder with this code to find out the path:
    PHP Code:
    <?php 
    echo __FILE__;
    ?>
    Last edited by Oleg Ignatiuk; 09-03-2008 at 11:29 AM.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  13. #58
    Senior Member sportsmedjosh's Avatar
    Real Name
    Josh
    Join Date
    Jan 2007
    Posts
    404
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    You can create a "whereami.php" file in forums folder with this code to find out the path:
    PHP Code:
    <?php echo __FILE__;
    Just got a blank page when I uploaded it.
    It may be best to not listen to anything I say for advice. :spin:

  14. #59
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Make sure that you entered it exactly as specified above.
    Also, you can define custom handler as "misc.php" without path.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  15. #60
    Senior Member sportsmedjosh's Avatar
    Real Name
    Josh
    Join Date
    Jan 2007
    Posts
    404
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Make sure that you entered it exactly as specified above.
    Also, you can define custom handler as "misc.php" without path.
    Yeah, I changed the .php to .txt to show you what I got. I might just open a support ticket with my host.
    Attached Files
    It may be best to not listen to anything I say for advice. :spin:

Page 4 of 26 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... LastLast

LinkBacks (?)


Tags for this Thread

Posting Permissions

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