سلام،
اول: آقا مصطفی بزار مطلب گفته بشه تماما بعد قفل کنید... ؛)
من تمام موضوعات با این عنوان رو خوندم
وقتی هم که
php_value memory_limit 64M
به htaccess.
اضافه می کنم
این ارور رو میده
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@tarhmazhabi.maref.ir 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.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
فایل رو به این صورت ویرایش کردم
# BEGIN WordPress
php_value memory_limit 64M
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress