Posting Code Fragments On A Shared Server: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 October 2024

  • curprev 19:0619:06, 24 October 2024Video8 talk contribs 478 bytes +478 Created page with "== Issue == Submitting a code fragment on a hosting service such as Namecheap causes a security error when posting things like SQL statements. 403 Forbidden error results. == Workaround == Update `.htaccess` on the site with the following: <syntaxhighlight> <IfModule mod_security.c> SecRuleEngine Off SecRequestBodyAccess Off </IfModule> </syntaxhighlight> Source: [https://stackoverflow.com/a/72703813 Namecheap problem when posting data from html form] (StackOverflow)"