The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I keep getting the following error showing in my cpanel
Quote:
|
#2
|
||||
|
||||
![]()
spiders are not "visiting" each page of your site, they are crawling and storing the info in their cache... so when they return, they validate their cache by visiting back the pages they crawled once...
so yes, they hit the same files even if they do not exist anymore. you need to contact your webhost to see if you can learn from them how to manage these details inside your CPanel... |
#3
|
|||
|
|||
![]()
So there is no htaccess setting I can use to block them trying to crawl that section?
|
#4
|
|||
|
|||
![]()
Just add an exclusion to your robots.txt file
Example: Code:
User-agent: * Disallow: /forum/admincp/ Disallow: /forum/modcp/ Disallow: /forums/photoalbum/ And in your .htaccess file in the photoalbum directory, you can insert the following syntax to protect the .htaccess file itself from the outside world. Code:
<Files .htaccess> order deny,allow deny from all </Files> |
#5
|
|||
|
|||
![]()
Thank you. That was a big help.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|