| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read | ![]() |
|
||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
My website is hosted in webhosting.uk.com , I write a script to post news .I have user tag : <textarea> </textarea> . i types html in tag <textarea> then i post , a problem is exist . the page where i post my news is transfer to homepage , the posted is not successful .! please take me a solution ?
Note: ii'm use php & mysql Thanks for reading ! Last edited by m4trix.v2; 06-22-2007 at 02:25 PM. |
|
||||
|
Same problem I suspect
Serve Dislikes < and > brackets |
|
|||
|
It seems that mod_security rules on our server don't like what you are trying to post. You can contact one of our senior system administrators from our helpdesk support.webhosting.uk.com and get this rectified or you can put following code in your .htaccess to disable mod_security :-
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>
__________________
Web Hosting UK - ASP MSSQL Hosting - cPanel Linux Hosting AIM : webredback || msn : andrew @ webhosting.uk.com Toll Free : 0808 262 0855 |
|
|||
|
Quote:
![]()
__________________
Web Hosting UK - ASP MSSQL Hosting - cPanel Linux Hosting AIM : webredback || msn : andrew @ webhosting.uk.com Toll Free : 0808 262 0855 |
|
|||
|
Do you fancy telling us what it was? I have spent the last two hours searching the web on the assumption that it was a PHP thing (html forms sent to perl do it too) and 12:20am is too late for me to be messing with things...
__________________
Why me? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|