سلام

هنگام ارسال پست در ویبولتین این خطا رو میده :
http://s6.picofile.com/file/82503774..._the_forum.jpg


الان شما با این یوزر لاگین کنید:

Pro File98 Forums - انجمن های تخصصی پرو فایل98
Test02
2ifjsdfs2


و این پست رو :

http://profile98.com/%d8%af%d8%a7%d9...c%d8%aa%db%8c/


کلش رو سعی کنید پست ارسال کنید
با خطایی که عکسش رو در بالا گذاشتم روبرو میشید


htaccess من :

کد:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

RewriteEngine On
RewriteCond %{HTTP_HOST} !^forum.profile98\.com$ [NC]
RewriteRule ^(.*)$ http://forum.profile98.com/$1 [R=301,L]

RewriteEngine On

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

RewriteCond %{HTTP_HOST} ^forum\.profile98\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.forum\.profile98\.com$
RewriteRule ^/?$ "http\:\/\/forum\.profile98\.com\/" [R=301,L]
از چی هست؟