Tried to run scan-HTTP/1.1 403 Forbidden
« on: September 02, 2012, 07:00:58 PM »
What do I need to do about this?  Thanks, Bryce

There was an error while retrieving the URL specified: [ External links are visible to forum administrators only ]
HTTP Code:
HTTP/1.1 403 Forbidden
HTTP headers:
date: Sun, 02 Sep 2012 17:45:18 GMT
server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
content-length: 321
connection: close
content-type: text/html; charset=iso-8859-1
x_csize: 341

HTTP output:
Re: Tried to run scan-HTTP/1.1 403 Forbidden
« Reply #2 on: September 03, 2012, 01:20:16 AM »
I went back to try my new sitemap generator, and still it is not working.  The URL is [ External links are visible to forum administrators only ], Username:  bma, Password:  brentwood

It appears that you did a sitemap from your free generator, I am utilizing your newest edition that I downloaded as per your email for me to update.
Re: Tried to run scan-HTTP/1.1 403 Forbidden
« Reply #3 on: September 03, 2012, 01:24:53 AM »
I went back to try my new sitemap generator, and still it is not working.  The URL is [ External links are visible to forum administrators only ], Username:  bma, Password:  brentwood

It appears that you did a sitemap from your free generator, I am utilizing your newest edition that I downloaded as per your email for me to update ((PHP) v6.0, 2012-05-23)`    |
Re: Tried to run scan-HTTP/1.1 403 Forbidden
« Reply #4 on: September 03, 2012, 04:56:31 PM »
Do you have .htaccess file in domain root folder? If yes, what is its content?
Re: Tried to run scan-HTTP/1.1 403 Forbidden
« Reply #5 on: September 03, 2012, 05:57:48 PM »
You will see in red font, that my software has a sitemap generator.  I disabled it a few days ago. I really do appreciate your help, thanks, Bryce.

# 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 (.*) [ External links are visible to forum administrators only ]$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|api\.php)

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]

<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/html "access plus 1 seconds"
ExpiresByType image/gif "access plus 1 years"
ExpiresByType image/jpeg "access plus 1 years"
ExpiresByType image/png "access plus 1 years"
ExpiresByType image/x-icon "access plus 1 years"
ExpiresByType text/css "access plus 1 years"
ExpiresByType text/javascript "access plus 1 years"
ExpiresByType application/x-javascript "access plus 1 years"
ExpiresByType application/x-shockwave-flash "access plus 1 years"
</IfModule>

<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 67.225.255.107
deny from 59.57.18.42
deny from 31.184.238.40
deny from 91.207.5.122
Re: Tried to run scan-HTTP/1.1 403 Forbidden
« Reply #6 on: September 06, 2012, 06:05:12 AM »
You  should remove this line since it blocks access fom your own server:
deny from 67.225.255.107