All public logs

Jump to navigation Jump to search

Combined display of all available logs of Littledamien Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:06, 24 October 2024 Video8 talk contribs created page Posting Code Fragments On A Shared Server (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)")