Thread: phpBB3
View Single Post
  #2 (permalink)  
Old 01-01-2008, 19:59
WelshTom's Avatar
WelshTom WelshTom is offline
Moderator
 
Join Date: May 2007
Location: Newport, Wales
Posts: 788
Send a message via AIM to WelshTom Send a message via MSN to WelshTom Send a message via Yahoo to WelshTom
Default

Possibly an issue with the server module mod_security. Try adding this to your .htaccess file:

PHP Code:
 
   
<IfModule mod_security.c>

    
SecFilterEngine Off

    SecFilterScanPOST Off

</IfModule
__________________
Thomas Williams
Founder of TWR Web Design
http://www.twrwebdesign.co.uk/
Reply With Quote