Results 1 to 8 of 8

vBulletin MobileSuite not accepting vBSEO .htaccess rule set

This is a discussion on vBulletin MobileSuite not accepting vBSEO .htaccess rule set within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I recently purchased a license to vBMobile Suite and tried unsuccessfully to complete the online design process, returning this error ...

  1. #1
    Member
    Real Name
    Mondi
    Join Date
    Apr 2008
    Posts
    32
    Liked
    1 times

    vBulletin MobileSuite not accepting vBSEO .htaccess rule set

    I recently purchased a license to vBMobile Suite and tried unsuccessfully to complete the online design process, returning this error message:

    "Your site does not appear to be properly installed. Please check your site installation. If you are sure your installation is correct, please create a support ticket. Failed when testing CMS"

    The vB support team looked at the issue and concluded that the following rule set in .htaccess, which appears to be associated with vBSEO, creates the issue:

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images|api\.p hp)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]

    Whilst this block seems fundamental to the functioning of my site something needs to change to make the Mobile Suite work. The vB Support Team advised me to contact you.

    Is this a known issue at vBSEO? Any suggestions on how to tackle this problem?

    I'd like to hear from you soon - I've put the launch of my Mobile App on hold until such time.

    Cheers -

    Mondi

  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
    Hello ,

    Please verify that this works when vBSEO is disabled.
    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
    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
    The api.php in that rule set is an exception, meaning if it is hitting the api, it WON'T be parsed by vbseo.

  4. #4
    Member
    Real Name
    Mondi
    Join Date
    Apr 2008
    Posts
    32
    Liked
    1 times
    Brian,

    Sincere apologies for the hassles but I am totally stuck now, not knowing how to tackle that issue. This now applies to both vbMobile and vbFacebook Apps.

    I've thorroughly exhausted my knowledge and understanding of how to alter, change and modify rewrite rules and my .htaccess.

    What do I need to change in my .htaccess to solve that problem?

    Just to make sure I am giving you complete information, the content of my entire .htaccess is:

    ------

    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On

    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /

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

    RewriteEngine On
    Options +FollowSymlinks
    RewriteBase /

    #RewriteCond ${SERVER_PORT} !^443$
    #RewriteRule ^gblcg-facebook(.*) https://gblcg-com.firstfind.nl/gblcg-facebook$1 [R,L]

    RewriteRule ^packages/shop - [L,NC]

    RewriteRule ^wiki.php$ showwiki.php [L,QSA]
    RewriteRule ^showwiki.php?title=(.*)$ wiki/$1 [L,R=301]
    RewriteRule ^wiki/Participant-Guides:(.*)$ wiki/$1 [L,R=301]

    RewriteRule ^(http://gblcg-com/wiki/templates|wiki)$ $1/ [L,QSA,R=301]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(?:http://gblcg-com/wiki/templates|wiki)/(.*)?$ showwiki_proxy.php [L,QSA]

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    RewriteCond %{REQUEST_URI} !showwiki_proxy.php
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images|api\.p hp)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]

    ---
    Much of this was worked on by someone else previously. I am not sure what I am looking at here...

    Many, many thanks in advance -

    Raymond

    PS: 'https://gblcg-com.firstfind.nl/gblcg-facebook' refers to the location where my vbFacebook App is uploaded to.

  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 already have api.php in the exclusion lists in that code.

  6. #6
    Member
    Real Name
    Mondi
    Join Date
    Apr 2008
    Posts
    32
    Liked
    1 times
    Thanks Brian for your response -

    Before throwing the towel into the ring for being completely incompetent in this regard, could you please give me some indication as to whether this code may be causing the issue.

    If so, what can/must I change here to solve the issue?

    Honestly mate, this is causing me grief no-end. Is this the correct place to ask for advise or is it better to return to vBulletin Support? I am at a total loss..

    Thanks again Brian,

    Raymond

  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
    https://gblcg-com.firstfind.nl/gblcg-facebook
    needs to point to
    https://gblcg.com/gblcg-facebook

    This needs to be done on firstfind.nl's DNS system to point it there via an A record or a CNAME.

  8. #8
    Member
    Real Name
    Mondi
    Join Date
    Apr 2008
    Posts
    32
    Liked
    1 times
    Grateful Brian! Thanks for the hassle mate...

Similar Threads

  1. Problem with .htaccess redirection rule
    By Inettive in forum Off-Topic & Chit Chat
    Replies: 3
    Last Post: 12-19-2009, 12:14 AM
  2. Replies: 1
    Last Post: 05-15-2009, 02:49 PM
  3. Converting .htaccess rewrite rule to vbseo rewrite
    By tscargo in forum Custom Rewrite Rules
    Replies: 1
    Last Post: 04-20-2009, 02:34 PM
  4. Moving the .htaccess rewrite rule
    By NickR in forum General Discussion
    Replies: 13
    Last Post: 03-23-2009, 03:32 PM
  5. htaccess rewrite rule for non vbseo page
    By Pat in forum Custom Rewrite Rules
    Replies: 10
    Last Post: 09-19-2006, 02:05 PM

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
  •