Page 1 of 3 1 2 3 LastLast
Results 1 to 15 of 31
Like Tree4Likes

vBSEO interfering with Mobile API

This is a discussion on vBSEO interfering with Mobile API within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello, I was just testing out my vBulletin Mobile app, which uses the mobile api, and it looks like vBSEO ...

  1. #1
    Senior Member
    Real Name
    Shamil
    Join Date
    Feb 2008
    Location
    In my box :)
    Posts
    152
    Liked
    5 times
    Blog Entries
    1

    vBSEO interfering with Mobile API

    Hello,

    I was just testing out my vBulletin Mobile app, which uses the mobile api, and it looks like vBSEO is interfering with the requests.

    http://www.hostcule.com/api.php shows HTTP 404, due to vBSEO.

    Any ideas how I can overcome this, for the app and other requests to touch api.php directly?

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    We can't comment about anything until we have the full code in our hands and test it with vBSEO.
    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
    Senior Member
    Real Name
    Shamil
    Join Date
    Feb 2008
    Location
    In my box :)
    Posts
    152
    Liked
    5 times
    Blog Entries
    1
    Quote Originally Posted by Mert Gökçeimam View Post
    We can't comment about anything until we have the full code in our hands and test it with vBSEO.
    Can the rewrite be disable for specific files then?

  4. #4
    Senior Member
    Real Name
    Shamil
    Join Date
    Feb 2008
    Location
    In my box :)
    Posts
    152
    Liked
    5 times
    Blog Entries
    1
    Quote Originally Posted by Mert Gökçeimam View Post
    We can't comment about anything until we have the full code in our hands and test it with vBSEO.
    Can the rewrite be disable for specific files then?

  5. #5
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You can try altering your htaccess like

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    to
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|api\.php)

    to try to bypass vbseo for the api script.
    Last edited by Mert Gökçeimam; 01-16-2011 at 11:05 AM.
    Brian Cummiskey / Crawlability Inc.
    Security vbulletin - Patch Level for all supported versions released!

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Member
    Real Name
    Webdzinez
    Join Date
    Nov 2008
    Posts
    41
    Liked
    0 times
    Did this solution work? Is there any other solution to this problem? I tried the solution on my forum and it didnt seem to work.

    http://www.scorechase.com/gmat/api.php

    Thanks

  7. #7
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Did you try adding it to both areas (where admincp is listed) in the htaccess file?

  8. #8
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    There is nothing you need to worry about this. http://www.vbulletin.com/forum/api.php as you can see even on vBulletin.com api.php is giving 404 as the script is designed to give 404 header on a direct call

    PHP Code:
    if (!$api_script)
    {
        
    header('HTTP/1.1 404 Not Found');
        die();

    Stubbed likes this.
    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

  9. #9
    Member
    Real Name
    Cadar Marius Florin
    Join Date
    Sep 2010
    Posts
    91
    Liked
    3 times
    I have this, i will try to update

    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/

    Updated to :

    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|api\.php|clientscript|cpstyles|imag es)/

    same error :

    Invalid URL Please check your site's Admin Control Panel, make sure the API is enabled, and verify that the parameters here are the same as the site.
    I like vbseo i use it on sports betting and whatafy.com

  10. #10
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Does it work correct if you disable vBSEO ?
    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

  11. #11
    Member
    Real Name
    Cadar Marius Florin
    Join Date
    Sep 2010
    Posts
    91
    Liked
    3 times
    I didn't tried that because could be a big problem after i will go to next steps ... and then enable vbseo again. At vbulletin.com say that vbseo is the problem :(

    http://www.vbulletin.com/forum/showt...lication-error

    Topic on vbulletin, i also posted screens
    I like vbseo i use it on sports betting and whatafy.com

  12. #12
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Please try disabling vBSEO from vBSEO Cp and temporary rename your .htaccess file to .htaccess.old to see if these will solve the issue
    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

  13. #13
    Member
    Real Name
    Cadar Marius Florin
    Join Date
    Sep 2010
    Posts
    91
    Liked
    3 times
    Doesn't work with vbseo disabled, same error :(
    I like vbseo i use it on sports betting and whatafy.com

  14. #14
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    In this case, if vbseo is fully disabled, the error is NOT coming from vbseo. You should go back to vb with vbseo off as it is and have them troubleshoot it further.

  15. #15
    Junior Member
    Real Name
    Drew
    Join Date
    Aug 2008
    Posts
    9
    Liked
    7 times
    I've been working with vBulletin support and trying to figure out an error I'm getting. I wanted to see if anyone else here might have seen this.

    I already followed these instructions:
    In your vbseo settings, you will need to add api.php to your exclude section.
    1) vBSEO CP -> General Settings -> vBSEO Options -> Exclude Pages.
    2) Add api.php
    3) Save your settings.
    But when I finish configuring the app I load the "Review & Publish" page, like this:
    http://i.imgur.com/uwsgA.png

    Then I scroll down to the bottom of the same page and see this (look for text in red square):
    http://i.imgur.com/xUosJ.png

    I'm specifically trying to figure out why it says "Failed when testing Blogs".

    Does it test Blogs first? That would mean it's not working at all.

    Or does it tests the forums first? That would mean it's something specific to the blogs.

    Anyone experience anything similar to this? Any ideas?

    Thanks!

    Cross-posted at vBulletin.com: http://www.vbulletin.com/forum/showt...page?p=2151179

    Edit: I should add that all blog pages can only be seen by registered users, not by guests.

    Edit 2: Disabling the blog entirely fixed the issue. I should have tried that sooner...

    Edit 3: Temporarily letting guests be able to view the blogs fixed the issue.

Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. vBulletin 4.x vbSEO interfering with vbDynamics lightbox
    By tavenger5 in forum Troubleshooting
    Replies: 1
    Last Post: 11-05-2010, 12:06 PM
  2. vBulletin 3.x Photo Resizing Issue Interfering with VBSEO
    By 420 in forum Troubleshooting
    Replies: 5
    Last Post: 07-19-2010, 01:54 PM
  3. 404 images interfering with WOL
    By webwizzy in forum Bug Reporting
    Replies: 4
    Last Post: 11-22-2008, 01:36 PM
  4. Wordpress interfering with VBSEO
    By mrcreditcard in forum Troubleshooting
    Replies: 7
    Last Post: 09-26-2008, 11:44 AM
  5. interfering with another hack
    By hornstar6969 in forum Relevant Replacements
    Replies: 3
    Last Post: 03-20-2007, 01:37 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
  •