Results 1 to 7 of 7

Blank Page When Thread Title Contains The Word

This is a discussion on Blank Page When Thread Title Contains The Word within the Troubleshooting forums, part of the vBSEO SEO Plugin category; "Domain" is there anyway to fix that? It's only happened twice since I've started using vbseo but I'd like it ...

  1. #1
    Member .Tim's Avatar
    Real Name
    Tim
    Join Date
    Jul 2005
    Location
    Oklahoma City
    Posts
    46
    Liked
    0 times

    Blank Page When Thread Title Contains The Word

    "Domain" is there anyway to fix that? It's only happened twice since I've started using vbseo but I'd like it to not happen again. If someone makes a thread with "domain" in the title, it gives you a blank page when clicked. If I take domain out of the title, it works just fine.

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Works here:

    Testing Domain

    Do you have any custom rewrite rules in your .htaccess file? Any CRR's in your vbseocp.php? What version of vBSEO are you running?

  3. #3
    Member .Tim's Avatar
    Real Name
    Tim
    Join Date
    Jul 2005
    Location
    Oklahoma City
    Posts
    46
    Liked
    0 times
    This is what is in my htaccess:

    Code:
    # 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 vBulletin folder (i.e. RewriteBase /forums)
    #RewriteBase /
    
    RewriteRule ^((urllist|sitemap).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    These are the custom rewrite rules I have set in vbseocp:

    Code:
    'arcade.php$' => 'arcade.html'
    '^arcade.php?act=Arcade&do=play&gameid=(d+)$' => 'playgame-$1.html'
    '^arcade.php?act=Arcade&do=stats&gameid=(d+)$' => 'highscore-$1.html'
    '^arcade.php?act=Arcade&module=report&user=(d+)$' => 'detailuserstats-$1.html'
    '^arcade.php?act=Arcade&do=viewtournaments$' => 'viewtournaments.html'
    '^register.php$' => 'register.html'
    '^sendmessage.php$' => 'contact.html'
    '^showgroups.php$' => 'staff.html'
    '^banlist.php$' => 'tards.html'
    '^journal.php$' => 'journal.html'
    '^journal.php?do=gotomyjournal$' => 'myjournal.html'
    '^journal.php?do=showjournal&j=(d+)$' => 'showjournal-$1.html'
    '^journal.php?do=gotomyjournal&action=addentry$' => 'addjournalentry.html'
    '^journal.php?do=addentry&j=(d+)$' => 'addjournalentry-$1.html'
    '^journal.php?do=search$' => 'searchjournals.html'
    '^journal.php?do=topjournals$' => 'topjournals.html'
    '^journal.php?do=showjbuddies$' => 'showjournalbuddies.html'
    '^journal.php?do=editjbuddies$' => 'editjournalbuddies.html'
    '^journal.php?do=showentry&e=(d+)$' => 'showentry-$1.html'
    '^journal.php?do=showcomments&j=(d+)&e=(d+)$' => 'postcomment-$1-$2.html'
    '^journal.php?do=showcomments&j=(d+)$' => 'showcomments-$1.html'
    'stats.php$' => 'stats.html'
    'main.php$' => 'main.html'
    '^index.php$' => 'home.html'
    'fc/flashchat.php$' => 'fc/fc.html'
    '^vbookie.php$' => 'vbookie.html'
    '^vbookie.php?do=stats$' => 'bet-stats.html'
    '^vbookie.php?do=bets$' => 'your-bets.html'
    'donate.php$' => 'donate.html'
    '^alldonors.php$' => 'alldonors.html'
    '^calendar.php$' => 'calendar.html'
    '^showbans.php$' => 'banned.html'
    '^online.php$' => 'stalk.html'
    '^private.php$' => 'messages.html'
    '^private.php?do=showpm&pmid=(d+)$' => 'showmessage-$1.html'
    '^private.php?do=newpm&pmid=(d+)$' => 'replytomessage-$1.html'
    '^private.php?do=newpm$' => 'newmessage.html'
    '^markread.php?do=markread$' => 'markread.html'
    'newthread.php?f=19$' => 'submitarticle.html'
    '^usercp.php$' => 'settings.html'
    '^profile.php?do=editattachments$' => 'myattachments.html'
    '^search.php?searchid=(d+)$' => 'search-$1.html'
    '^search.php?searchid=(d+)&pp=25&page=(d+)$' => 'search-$1-$2.html'
    '^search.php?do=getnew$' => 'new-posts.html'
    '^search.php?do=getdaily$' => 'today-posts.html'
    '^profile.php?do=editattachments&u=(d+)&showthumbs=1$' => 'userattachments-$1.html'
    'showrep.php$' => 'myreps.html'
    '^faq.php$' => 'faq/'
    '^faq.php?faq=vb_faq' => 'faq/vbulletin-faq/'
    '^faq.php?faq=vb_user_maintain' => 'faq-user-maintain/'
    '^faq.php?faq=vb_board_usage' => 'faq-board-usage/'
    '^faq.php?faq=vb_read_and_post' => 'faq-read-and-post/'
    '^profile.php?do=editsignature' => 'edit-signature/'
    '^profile.php?do=editoptions' => 'edit-options/'
    '^profile.php?do=editprofilepic' => 'edit-profilepic/'
    '^profile.php?do=editprofile' => 'edit-profile/'
    '^profile.php?do=editavatar' => 'edit-avatar/'
    '^profile.php?do=editpassword' => 'edit-password/'
    '^profile.php?do=editlist' => 'edit-buddy-ignore-list/'
    '^private.php?folderid=0' => 'inbox-messages/'
    '^private.php?folderid=-1' => 'sent-messages/'
    '^private.php?do=trackpm' => 'track-messages/'
    '^private.php?do=editfolders' => 'edit-message-folders/'
    'subscription.php?do=viewsubscription' => 'view-subscriptions/'
    'subscription.php?do=editfolders' => 'edit-subscription-folders/'
    '^calendar.php?do=viewreminder' => 'event-reminders/'
    '^friends.php?u=(d+)' => 'buddylist$1.html'
    '^profile.php?do=removelist&userlist=buddy&u=(d+)' => 'removebuddy$1.html'
    '^profile.php?do=addlist&userlist=buddy&u=(d+)' => 'addbuddy$1.html'
    '^profile.php?do=addlist&userlist=ignore&u=(d+)' => 'ignoreuser$1.html'
    '^private.php?do=newpm&u=(d+)' => 'newpm$1.html'
    '^usernote.php?do=newnote&u=(d+)' => 'newguestbookentry$1.html'
    '^usernote.php?u=(d+)' => 'guestbook$1.html'
    '^user_smilies.php' => 'user_smilies.html'
    And I'm using 3.0RC3.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello Tim,

    is there an example URL at your board?

  5. #5
    Member .Tim's Avatar
    Real Name
    Tim
    Join Date
    Jul 2005
    Location
    Oklahoma City
    Posts
    46
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello Tim,

    is there an example URL at your board?
    Yes here:

    New People - My Waste Of Time

    Here is the actual thread.

    http://www.mywasteoftime.net/new-peo...99-domain.html

    I did notice some variations of thread titles with "domain" in them didn't do this.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    It is conflicting with this CRR:
    'main.php$' => 'main.html'
    You should either disable it or try to change to:
    '^main.php$' => 'main.html'

  7. #7
    Member .Tim's Avatar
    Real Name
    Tim
    Join Date
    Jul 2005
    Location
    Oklahoma City
    Posts
    46
    Liked
    0 times
    Okay, thanks!

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 09:29 PM
  2. thread title at top of page
    By mindhunter77 in forum Template Modifications
    Replies: 3
    Last Post: 02-19-2006, 07:45 PM

Posting Permissions

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