• thinkweird

    (@thinkweird)


    I tried to put this code into , but the lines that are enclosed in < > are not shown in the posts.

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    And the result became:

    SecFilterEngine Off
    SecFilterScanPOST Off

Viewing 1 replies (of 1 total)
  • Thread Starter thinkweird

    (@thinkweird)

    I just found that if I replace < with &lt and > with &gt
    the codes can display correctly.

    Is there a better way to do this and avoid the hassle?

Viewing 1 replies (of 1 total)
  • The topic ‘Insert <code> problem’ is closed to new replies.