Page 1 of 2 1 2 LastLast
Results 1 to 15 of 16

Added VbSEO to forum but links get 404 Page not found?

This is a discussion on Added VbSEO to forum but links get 404 Page not found? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hey guys! Thank you for trying to help me out. I am a bit confused on how to add the ...

  1. #1
    Junior Member
    Real Name
    Dave
    Join Date
    Jan 2008
    Posts
    26
    Liked
    0 times

    Exclamation Added VbSEO to forum but links get 404 Page not found?

    Hey guys!

    Thank you for trying to help me out.

    I am a bit confused on how to add the vbSEO plug-in.

    I added the contents of the uploads folder.

    1. CHMOD 666 the 'vB-root/includes/config_vbseo.php' file.
    2. Using your browser, visit: http://www.yoursite.com/vB-root/vbseocp.php.
    3. Define a password for your vBSEO Control Panel by entering it twice in the fields provided, you will be redirected to the settings page.
    4. Copy/Paste your current key: 32_digit_key_in_red into the license key field provided:
    Pops up green!


    I then added the plugin as instructed.



    Go to your ADMIN CP > 'Plugin System' > 'Manage Products' > Click on [Add/Import Product]
    1. Browse to the 'docs' folder of the installation package and open 'crawlability_vbseo.xml', Click 'Import'
    Worked like a charm.


    the location of myforum is as follows.


    http://mysite.com/forum/index.php


    I added the .htaccess AS IS to my forum root. I did NOT alter it whatsoever.

    I did not make any changes to the default settings on the:

    http://www.yoursite.com/forum/vbseocp.php but saved the default.


    My question is: Why would I constantly be getting the "Error 404" Page not found error everytime I click a link?


    I told the plug-in, when I deleted it to delete any trace from my tables as well.

    Forum is fine but I am stumped.



    I am using VBulletin 3.7 beta 3 is that helps.


    Thank you in advance!!



    -Dave

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Please make sure your server supports mod_rewrite


    P.S : Moved to troubleshooting
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Junior Member
    Real Name
    Dave
    Join Date
    Jan 2008
    Posts
    26
    Liked
    0 times
    I believe they do.


    I am using GO Daddy.com if that helps.


    Thank you in advance!


    -Dave

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    vbseo not work with GoDaddy ?

    go daddy seems to work, so that shouldn't be the issue.

    go to your vb ACP. under maintence, load the php info script.

    find
    apache2handler



    heading.

    you should see something like.

    Loaded Modules

    core mod_authn_file mod_authn_default mod_authz_host mod_authz_groupfile mod_authz_user mod_authz_default mod_auth_basic mod_include mod_filter mod_log_config mod_logio mod_env mod_expires mod_headers mod_unique_id mod_setenvif mod_proxy mod_proxy_connect mod_proxy_ftp mod_proxy_http mod_proxy_ajp mod_proxy_balancer mod_ssl prefork http_core mod_mime mod_status mod_autoindex mod_asis mod_suexec mod_negotiation mod_dir mod_actions mod_userdir mod_alias mod_rewrite mod_so mod_auth_passthrough mod_bwlimited mod_php5
    if that's not there, you need to contact the host.

  5. #5
    Junior Member
    Real Name
    Dave
    Join Date
    Jan 2008
    Posts
    26
    Liked
    0 times

    Question

    I got this from Go Daddy's Help section:

    Mod_rewrite is an Apache web server module installed on all of our Linux severs by default; it does not have to be installed or enabled. Our Linux hosting accounts support most mod_rewrite functionality.Mod_rewrite is an Apache web server module installed on all of our Linux severs by default; it does not have to be installed or enabled. Our Linux hosting accounts support most mod_rewrite functionality.


    You do not need to enable mod_rewrite in your httpd.conf, as this is handled at a global level. All you need to do is add the desired code to the body of your .htaccess file.
    NOTE:The .htaccess file containing the rewrite rules must be in the same directory as the target files.


    Do I need to modify my .htaccess?


    Again, my forum location is as follows:


    http://www/mywebsite.com/forum/ and I put my .htaccess in the forum ROOT folder.



    Thank you guys so much for the help and the input.



    -Dave

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please try to add this to the top of .htaccess:
    Options +FollowSymLinks
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Junior Member
    Real Name
    Dave
    Join Date
    Jan 2008
    Posts
    26
    Liked
    0 times

    Exclamation Thank you

    I will add this to the top of the .htaccess and thank you for your quick reply.

    Here is where I get a bit confused.


    in my file I have the following lines:

    RewriteBase /
    RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]


    I know I uncomment all three, but do I need to EDIT the

    www\.yourdomain\.com to MY DOMAIN info as well as

    www.yourdomain.com/forums/ to my forum location?


    I have placed my forums in a FORUM folder and NOT a forums folder.

    Will this be affected?


    I just want to be clear and thank you guys for the WONDERFUL support! I look forward to posting "IT WORKED!! " SOON....



    thanks again,


    Dave

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Yes, you should modify it with your domain and forums folder name correspondgly.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #9
    Junior Member
    Real Name
    Dave
    Join Date
    Jan 2008
    Posts
    26
    Liked
    0 times
    I GOT IT WORKING!!

    Of course my buttons are larger for some ODD reason BUT at LEAST it's working!!


    Thank you all SO MUCH!!!


    I really appreciate it!!!



    -Dave

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You are welcome!
    Of course my buttons are larger for some ODD reason BUT at LEAST it's working!!
    Try to disable "Image dimensions" option in vbseocp.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  11. #11
    Junior Member
    Real Name
    Dave
    Join Date
    Jan 2008
    Posts
    26
    Liked
    0 times
    I got it working 100%...forum is perfect!


    THANK YOU GUYS SO MUCH for your Help!!!


    I could NOT have done it without you!



    -Dave

  12. #12
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    Glad to hear its all worked out Dave

  13. #13
    Junior Member
    Real Name
    Chris Kellar
    Join Date
    Jan 2008
    Posts
    6
    Liked
    0 times
    I'm having the same issue and I did everything that is suggested here and i get the following error:

    Not Found

    The requested URL /vbseo.php was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/1.3.33 Server at www.fuelofwarforum.com Port 80

    Any thoughts?

  14. #14
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    is your forum located in domain root? If not, make sure that you DON'T have "RewriteBase /" line in .htaccess.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  15. #15
    Junior Member
    Real Name
    Chris Kellar
    Join Date
    Jan 2008
    Posts
    6
    Liked
    0 times
    Alright after messing with it some I got it figured out, and want to relay this for anybody else using GoDaddy shared hosting.

    No matter how or where you have your domain set up don't use the entire path for the ReWrite Base.

    IE : My forum is not at the root of my hosting account so I was putting the full path to get to the forum. In reality all you need to do is put the forum path in the rewritebase location. (See Example)

    Code:
    Options +FollowSymLinks
    
    RewriteBase /forumpath/  <-- Your forum path for that domain
    RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    RewriteRule (.*) http://www.yourdomain.com/forumpath/$1 [L,R=301]
    Thank you to all that helped me get this resolved and I hope this helps with any other questions that may come up regarding Go Daddy hosting. Especially since they are like the Microsoft of webhosts.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Installed vBSEO and forum is down - "page not found"
    By Trifletraxor in forum Troubleshooting
    Replies: 8
    Last Post: 11-14-2007, 05:16 PM
  2. added forum groups not found
    By sovaward in forum Troubleshooting
    Replies: 5
    Last Post: 07-05-2007, 08:06 PM
  3. Forum goes to Page not Found
    By Aaron in forum Troubleshooting
    Replies: 6
    Last Post: 03-24-2007, 03:25 PM
  4. rel=nofollow NOT added on FORUM links
    By WiseOne in forum General Discussion
    Replies: 2
    Last Post: 01-26-2007, 09:46 AM

Posting Permissions

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