View Single Post
  #11  
Old 07-02-2008, 10:17 PM
Nica423's Avatar
Nica423 Nica423 is offline
Sergeant
 
Join Date: Nov 2007
Posts: 26
Send a message via Yahoo to Nica423
Red face Re: PHP available options?

Quote:
Originally Posted by navaldesign View Post
The reply was for curtley.

From what i read, you need to create a htaccess file in your SMF directory (or add the code to the existing one, if any) with the following code:


<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
SecFilterCheckURLEncoding Off
</IfModule>


However, it is not something I have done, so I don't know if it works or not.
I will try that code again, perhaps I have not tried it in the correct directory. I placed it in the public_html/MomMe. It causes a 500 Error there.

There is an existing .htaccess file there. Gonna try creating different folder and placing in SMF folder.

Hope to find solution. Seems to be many people in the threads experiencing same.

Thanks fo quick reply.
Reply With Quote