php help...

rigamage

Well-known member
  • Feb 18, 2007
    3,388
    1,219
    113
    මහවිලච්චිය
    meke podi contact us form 1k..form 1a submit kalama form 1a values post method 1n aragena site adminta mail 1k yanawa..use kale basicma php mail function 1a..mage server 1a kisi aulak na..page 1a wada..eth ban meka clientge server 1ta dala submit button 1a click kala gaman mehema error 1k enawa...
    "Method not implemented"
    "post to /contact.php not supported"

    :eek::eek::eek::eek:
    ai ban mehema wenne..clientge server ekat linux...php supported..mokakda metana wela tiyenne..kohomada meka fix karanne...pls help guys...:(:(:(
     

    nismok

    Well-known member
  • Jun 27, 2008
    9,391
    673
    113
    mod_security is enabled in client's server.

    Try adding this to root .htaccess in your app.

    Code:
    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    or

    Code:
    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>
     
    Last edited:

    Ayeshlive

    Well-known member
  • Jul 1, 2011
    10,570
    943
    113
    *̶͑̾̾​̅ͫ͏̙̤g͛͆̾ͫ̑͆&
    client ge server eke mod_security install karala athi configuration waradi athi.
    phpinfo() check karala balanna mod_security install karalada kiyala.

    Apache .htaccess/vhost parent block ekata
    Code:
    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    kiyala danna ethakota mod_security disable karanawa inner nodes walata.
     

    thilihare

    Well-known member
  • Apr 30, 2013
    6,683
    741
    113
    Kandy
    client ge server eke mod_security install karala athi configuration waradi athi.
    phpinfo() check karala balanna mod_security install karalada kiyala.

    Apache .htaccess/vhost parent block ekata
    Code:
    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>
    kiyala danna ethakota mod_security disable karanawa inner nodes walata.
    Wow Me thiyenne niyamatama dala (Y)
     
    • Like
    Reactions: Ayeshlive