Results 1 to 5 of 5

.htaccess - white page

This is a discussion on .htaccess - white page within the General Discussion forums, part of the vBSEO SEO Plugin category; hello. my vbulletin forum is not opened,white page. please help me when i del RewriteEngine On and forum open but ...

  1. #1
    Member Array Santero707's Avatar
    Real Name
    Tural
    Join Date
    Apr 2009
    Location
    Baku
    Posts
    50
    Liked
    0 times

    .htaccess - white page

    hello. my vbulletin forum is not opened,white page. please help me
    when i del RewriteEngine On and forum open but threads not open
    and subdomains htaccess are RewriteEngine On

    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
    RewriteRule ^[^/]+f([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+t([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    
    # 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\.populyar\.net
    RewriteRule (.*) http://www.populyar.net/$1 [R=301,L]
    
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    
    php_value display_errors on
    
    RewriteCond %{HTTP_HOST} ^populyar.net$ [OR]
    RewriteCond %{HTTP_HOST} ^www.populyar.net$
    RewriteRule ^image\/?$ "http\:\/\/image2\.populyar\.net\/" [R=302,L]

    vb 3.8.5 vbseo 3.3.0

  2. #2
    vBSEO Staff Array Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    675 times
    Blog Entries
    2
    I'm seeing:
    Fatal error: Call to undefined function vbseo_requested_url() in /home/populyar/public_html/vbseo.php on line 18

    Please try re-ftp'ing all the files and re-import the product again. It seems that your ftp transfer might not have completed correctly.
    Brian Cummiskey / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

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


  3. #3
    Member Array Santero707's Avatar
    Real Name
    Tural
    Join Date
    Apr 2009
    Location
    Baku
    Posts
    50
    Liked
    0 times
    I transfer vbseo.php (same version 3.3.0 but i download today)

  4. #4
    Member Array Santero707's Avatar
    Real Name
    Tural
    Join Date
    Apr 2009
    Location
    Baku
    Posts
    50
    Liked
    0 times
    Brian Cummiskey thanks, everything is OK

  5. #5
    vBSEO Staff Array Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    675 times
    Blog Entries
    2
    Great! glad that was the fix
    Brian Cummiskey / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

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


Similar Threads

  1. White Page after Upgrade
    By Mr. Mikey in forum Troubleshooting
    Replies: 1
    Last Post: 12-12-2009, 03:21 AM
  2. white page problem
    By Arcadyan in forum Troubleshooting
    Replies: 5
    Last Post: 01-23-2008, 06:49 PM
  3. White page
    By Gameaholic in forum Troubleshooting
    Replies: 1
    Last Post: 07-20-2007, 08:20 PM
  4. After I reply I get a white page
    By TheComputerGuy in forum Troubleshooting
    Replies: 5
    Last Post: 12-05-2006, 05:45 PM
  5. white page
    By Exilera in forum Troubleshooting
    Replies: 11
    Last Post: 11-18-2006, 10:45 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
  •