پاسخ: سلام. معلوم است که کار هم نخواهد کردو احتمالا خطای زیر را داده است
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, yourname.com@gmail.com and inform them of the time the error occurred,
and anything you might have done that may have caused the error. More information about this error may be available in the server error log.
این خطا مربوط به زمانی است که کد htaccess شما ایراد داشته باشد و در مورد شما ایراد مربوط به تگ <code> است این تگ آموزشی و معمولا در انجمن ها و فروم ها بکار می رود و در خود فایل htaccess نباید بیاید بعبارتی کد بالا باید بصورت زیر اصلاح شود
RewriteEngine On RewriteCond %{HTTP_HOST} ^yoursite.com [NC] RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]
موفق باشید