Results 1 to 4 of 4

Sitemap warnings when move htaccess to httpd.conf

This is a discussion on Sitemap warnings when move htaccess to httpd.conf within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Hi, I'm moving htaccess to httpd.conf from DirectAdmin Now i'm got Sitemap warnings and need resubmit it. Everybody help. <Directory ...

  1. #1
    Junior Member
    Real Name
    Cuong LD
    Join Date
    Jul 2008
    Posts
    9
    Liked
    0 times

    Sitemap warnings when move htaccess to httpd.conf

    Hi,
    I'm moving htaccess to httpd.conf from DirectAdmin
    Now i'm got Sitemap warnings and need resubmit it.
    Everybody help.

    <Directory /home/site/domains/site.com/public_html>
    # 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\.site\.com$
    RewriteRule ^(.*)$ http://site.com/$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)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    </Directory>

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    What are the sitemap warnings?
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Junior Member
    Real Name
    Cuong LD
    Join Date
    Jul 2008
    Posts
    9
    Liked
    0 times
    I'm got this error :
    URL timeout: HTTP request timeout
    We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit.

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    That seems to be a host issue. Have you been experiencing downtime?
    The Forum Hosting - Forum Hosting from the Forum Experts

Similar Threads

  1. move rewrite rules from .htaccess to httpd.conf
    By webgroup in forum Troubleshooting
    Replies: 11
    Last Post: 10-08-2008, 05:25 PM
  2. Help with moving from .htaccess to httpd.conf
    By MRBarto in forum Troubleshooting
    Replies: 15
    Last Post: 12-10-2007, 04:16 PM
  3. Transfer / Move .htacess code to httpd.conf
    By Future in forum General Discussion
    Replies: 1
    Last Post: 12-01-2006, 04:35 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
  •