Ticket #461 (closed defect: wontfix)

Opened 2 years ago

Last modified 2 years ago

Writing $_GET somwhere in a page will result in an error.

Reported by: max Owned by: unassigned
Priority: normal Milestone:
Component: unspecified Version: 1.1.6.2
Severity: minor Keywords:
Cc:

Description

Writing the word $_GET somewhere in when editing a page, will result in an error when saving:

Forbidden
You don't have permission to access /wikka.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

If the underscore or the word $_GET is removed, it works fine.

Change History

Changed 2 years ago by DotMG

Seems (I'm 99% sure) like a mod_security bug!

Deactivate mod_security. Use search engines to find more.

Changed 2 years ago by DotMG

  • status changed from new to closed
  • resolution set to wontfix

Try adding this code in your .htaccess :

<IfModule mod_security.c>
  SecRuleEngine On
</IfModule>

For further refinement, see  http://www.modsecurity.org

Changed 2 years ago by DotMG

Sorry!

I meant

 SecRuleEngine Off
Note: See TracTickets for help on using tickets.