View Full Version : If the link does not open new topic about help me
gezginn41
05-10-2010, 07:51 PM
If you have issues when I open a new topic in the link does not open new topics I know how to solve this problem
http://img200.imageshack.us/img200/9274/1005j.png
http://img402.imageshack.us/img402/5451/1005.png
Marco van Herwaarden
05-11-2010, 03:23 AM
This may be due to mod_security.
While mod_security can be a very powerful tool, misconfigured or overly strict rule sets can interfere with vBulletins Operation. Below for Apache users you can use an htaccess file and add a specific rule to disable mod_security.
Make or edit your forum .htaccess file and add the following code
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Note, place this file in your main forum directory.
See this also thread: http://www.vbulletin.com/forum/showthread.php?t=167121
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.