Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-04-08 07:14:48
- markox
- New Member
- Registered: 2008-04-08
- Posts: 5
[SOLVED] Problem saving advanced preferences
I have installed textpattern on my server and everything looks to be working but when I try and save changes made to the advanced preferences I get the following error:
Forbidden – You don’t have permission to access /textpattern/index.php on this server.
Can anyone shed any light on this?
Thanks.
Offline
Re: [SOLVED] Problem saving advanced preferences
Looks like a hosting issue, mod_security
comes to mind.
Try to upload a new file named .htaccess
into your /textpattern
folder which contains:
<IfModule mod_security.c>
SecFilterScanPOST Off
</IfModule>
This file does not exist in a default Textpattern install.
Offline
#3 2008-04-08 18:25:41
- markox
- New Member
- Registered: 2008-04-08
- Posts: 5
Re: [SOLVED] Problem saving advanced preferences
That worked perfectly, thanks for your help.
Offline
#4 2008-07-24 01:26:59
- vorm
- New Member
- Registered: 2007-02-28
- Posts: 5
Re: [SOLVED] Problem saving advanced preferences
Thanks, solved it for me as well!
It was a very annoying issue,
until I found this. :)
Offline