Log in

View Full Version : how do you create htaccess file?


pureturk
06-25-2007, 08:59 AM
hi guys
i have quick reply and edit button problem.

i have read somewhere that the solution is to either disable mod_security or modify the configuration of mod_security and remove the offending rule.

and to disable mod_security, it says I must create or edit the exsiting htaccess file and enter this code;

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

i have absolutely no clue on how to accomplish this. sorry I am a newbie. can anyone help me?

Pc 1203
06-25-2007, 01:13 PM
Create a file called .htacccess.txt. Then when you upload it, remove the extension .txt in cPanel or if you can, your FTP program.

- Pc1203