Request treated as potential CSRF attack.

Status
Not open for further replies.

diving4f

New Member
Messages
5
Reaction score
0
Points
1
Just installed subrion cms everything is fine on main site but anything i try to do as admin gives me this error Request treated as potential CSRF attack.
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
Add the following line to your .htaccess

Code:
SecFilterScanPOST Off
 

diving4f

New Member
Messages
5
Reaction score
0
Points
1
Thank you very much ive been going google crazy trying to find out why.
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
What .htaccess folder did you put it in?

try:

Code:
SecFilterEngine Off
 

diving4f

New Member
Messages
5
Reaction score
0
Points
1
thanks it may be the softaculous auto installer I uploaded my local copy and it is working with or without the line in the htaccess file.

I tried with it in both the one in my root and the one in my subdomain
 
Last edited:
Status
Not open for further replies.
Top