Sorun hosttan kaynaklanıyor diye biliyorum..
sorunu çözdüm hocam
çözüm yolu host değilmiş
kodu .htaccess dosyası oluşturup (.htaccess dosyanız zaten varsa içine bir yere ekleyin.) ftpden, sorun admin panelindeyse admin klasörüne, forumdaysa forum anadizinine atıyoruz...
#
02
# If mod_security is enabled, attempt to disable it.
03
# - Note, this will work on the majority of hosts but on
04
# MediaTemple, it is known to cause random Internal Server
05
# errors. For MediaTemple, please remove the block below
06
#
07
<IfModule mod_security.c>
08
# Turn off mod_security filtering.
09
SecFilterEngine Off
10
11
# The below probably isn't needed, but better safe than sorry.
12
SecFilterScanPOST Off
13
</IfModule>