Welcome Guest, Not a member yet? Register   Sign In
How to disable CSRF temporaly for callback controllers ?
#25

[eluser]Unknown[/eluser]
Took me a while, and none of the solutions in here worked.

But, I found a solution!

To anyone using html5boilerplate to generate .htaccess, do this:

Lines 346 to 350 are enabled by default in the .htaccess by html5boilerplate. You have to comment them out to get rid of the error:

Code:
# <IfModule mod_rewrite.c>
#    RewriteCond %{SCRIPT_FILENAME} -d [OR]
#    RewriteCond %{SCRIPT_FILENAME} -f
#    RewriteRule "(^|/)\." - [F]
# </IfModule>

Fixed it for me :-).


Messages In This Thread
How to disable CSRF temporaly for callback controllers ? - by El Forum - 06-24-2014, 02:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB