
05-28-2011, 08:37 PM
|
 |
|
|
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by dany_danay
Hi, i cant edit permisssions... It says:
Code:
You appear to have Suhosin installed on your server.
Please note that if you have a large number of usergroups, certain parts of this page may not work as intended.
If you encounter this issue, you can work around this by adding the following code to your .htaccess file:
php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.get.max_vars 2048
php_value suhosin.post.max_vars 2048
These are the values vBulletin Support Staff suggest.
And dont show permissions... if i add these, to .htaccses i have 500 server error.. mi .ht. is:
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://blog.foro-ptc.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://blog.foro-ptc.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://foro-ptc.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://foro-ptc.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://soporte.foro-ptc.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://soporte.foro-ptc.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.blog.foro-ptc.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.blog.foro-ptc.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.foro-ptc.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.foro-ptc.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.soporte.foro-ptc.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.soporte.foro-ptc.com$ [NC]
RewriteRule .*\.(jpg)$ - [F,NC]
Help please
|
Maybe try this solution https://vborg.vbsupport.ru/showthrea...osin+installed
|