Results 1 to 4 of 4

Internal Server Error :S

This is a discussion on Internal Server Error :S within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Hey guys, I've recently moved domain names on my site and now my sitemap isn't working. I've already reinstalled it ...

  1. #1
    Junior Member
    Real Name
    Stefan Dorresteijn
    Join Date
    Aug 2011
    Posts
    2
    Liked
    0 times

    Internal Server Error :S

    Hey guys,

    I've recently moved domain names on my site and now my sitemap isn't working. I've already reinstalled it but it just won't work.

    Our 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
    
    
    
    
    
    
    #RewriteCond %{HTTP_HOST} !^(www\.|)oursite\.com
    
    
    #RewriteRule ^(.*)$ http://www.oursite.com/maintenance.html [L,R=permanent]
    
    
    
    
    
    
    # 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 /forums/
    
    
    
    
    
    
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    
    
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    
    
    
    
    
    
    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|vbseo_sitemap)/
    
    
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    Now, very sometimes it works but most of the time I can't create a sitemap (which leads to 'sitemap not found)'. Any help? We need to get our site indexed and google webmasters is timing out all the time.

    Thanks,
    Stefan

  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,

    Support is offered for verified vBSEO customers only. If you hold a valid license, please open a ticket with your transaction ID from your payment receipt along with your forum URL so we can assign it to your account:
    vBSEO.com Helpdesk.

    If you are working on behalf of someone else as a contractor, they need to add you to their Priority Support list:
    Customer Profile.
    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
    Hello,

    It looks like you've been added to the priority support team now. Thank you!



    Can you elaborate more on 'Now, very sometimes it works but most of the time I can't create a sitemap'

    Does it internal server error on these times? does it seem to work every-other day?

    It sounds like you may need to increase resources, wait_timeout or memory_limit to let it execute fully.

  4. #4
    Junior Member
    Real Name
    Stefan Dorresteijn
    Join Date
    Aug 2011
    Posts
    2
    Liked
    0 times
    It works now and then, no real way of saying when it does or doesn't. When it works it's fine and the entire sitemap is created. When it doesn't work the internal server error is shown.

Similar Threads

  1. Internal server error
    By Spree in forum Troubleshooting
    Replies: 1
    Last Post: 05-06-2009, 11:39 PM
  2. Internal Server Error
    By =Master= in forum URL Rewrite Settings
    Replies: 5
    Last Post: 03-13-2009, 05:10 PM
  3. 1.6 -> Internal Server Error
    By psico in forum Troubleshooting
    Replies: 9
    Last Post: 06-23-2007, 07:55 AM
  4. Internal Server Error
    By goblues in forum Troubleshooting
    Replies: 6
    Last Post: 12-21-2005, 08:24 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
  •