The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Protecting cache folder agains bad code injections?
What re ways to protect 777 cache folder agains malicious files and code injection into files?
Is there any handy htaccess which prevent loading of malicious code? I know i found some topic about this, but cant find it. |
#2
|
|||
|
|||
it should be very simple. all you have to do is to use .htaccess rules if you use Apache to prevent anyone from going there!!
if you want to allow all visitors, use this: Code:
<Directory /> Order Deny,Allow Allow from all </Directory> Code:
<Directory /> Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory> Code:
<Directory /> Order Deny,Allow Deny from all </Directory> Code:
Order deny,allow Deny from all AuthName "Restricted Area - Authorization Required" AuthUserFile /your/file/path/.htpasswd AuthType Basic Require valid-user |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|