رفتن به مطلب

Internal Server Error


soft2fire

پست های پیشنهاد شده

سلام ساب دامینی در هاست به نام فروم ایجاد کردم و انجمن بی بی پرس رو توش ریختم با توجه به این که همه ی حق دسترسی ها رو تنظیم کردم و فایل ها رو 644 و پوشه هارو 755 قرار دادم باز هم این پیام رو بهم میده

این هم آدرس ساب دامین

http://forums.pccafe.ir/


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@forums.pccafe.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.

مدیر سرور به من گفته

با سلام

دستورات فایل HTACCESS را بررسی نمایید.

ارادتمند شما

حالا من این فایل رو بررسی کردم

چه کدی باید داخلش بزارم؟

کد های فلی هم این ها هست

# BEGIN WordPress
<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

ویرایش شده توسط Morteza
اصلاح پست
لینک به ارسال

کدهایی که گزاشیتد مربوط به جایی هست که وردپرس نصب کردید.

کدهای .htaccess مربوط به پوشه بی بی پرس رو چک کنید. باید چیزی مثل این باشه:

# BEGIN bbPress

Options -MultiViews

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /bbpress/

RewriteRule ^page/([0-9]+)/?$ /bbpress/index.php?page=$1 [L,QSA]

RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /bbpress/forum.php?id=$1&page=$2 [L,QSA]

RewriteRule ^forum/([^/]+)/?$ /bbpress/forum.php?id=$1 [L,QSA]

RewriteRule ^forum/?$ /bbpress/ [R=302,L,QSA]

RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /bbpress/topic.php?id=$1&page=$2 [L,QSA]

RewriteRule ^topic/([^/]+)/?$ /bbpress/topic.php?id=$1 [L,QSA]

RewriteRule ^topic/?$ /bbpress/ [R=302,L,QSA]

RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /bbpress/tags.php?tag=$1&page=$2 [L,QSA]

RewriteRule ^tags/([^/]+)/?$ /bbpress/tags.php?tag=$1 [L,QSA]

RewriteRule ^tags/?$ /bbpress/tags.php [L,QSA]

RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /bbpress/profile.php?id=$1&page=$2 [L,QSA]

RewriteRule ^profile/([^/]+)/([^/]+)/?$ /bbpress/profile.php?id=$1&tab=$2 [L,QSA]

RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /bbpress/profile.php?id=$1&tab=$2&page=$3 [L,QSA]

RewriteRule ^profile/([^/]+)/?$ /bbpress/profile.php?id=$1 [L,QSA]

RewriteRule ^profile/?$ /bbpress/profile.php [L,QSA]

RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /bbpress/view.php?view=$1&page=$2 [L,QSA]

RewriteRule ^view/([^/]+)/?$ /bbpress/view.php?view=$1 [L,QSA]

RewriteRule ^rss/?$ /bbpress/rss.php [L,QSA]

RewriteRule ^rss/topics/?$ /bbpress/rss.php?topics=1 [L,QSA]

RewriteRule ^rss/forum/([^/]+)/?$ /bbpress/rss.php?forum=$1 [L,QSA]

RewriteRule ^rss/forum/([^/]+)/topics/?$ /bbpress/rss.php?forum=$1&topics=1 [L,QSA]

RewriteRule ^rss/topic/([^/]+)/?$ /bbpress/rss.php?topic=$1 [L,QSA]

RewriteRule ^rss/tags/([^/]+)/?$ /bbpress/rss.php?tag=$1 [L,QSA]

RewriteRule ^rss/tags/([^/]+)/topics/?$ /bbpress/rss.php?tag=$1&topics=1 [L,QSA]

RewriteRule ^rss/profile/([^/]+)/?$ /bbpress/rss.php?profile=$1 [L,QSA]

RewriteRule ^rss/view/([^/]+)/?$ /bbpress/rss.php?view=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^.*$ /bbpress/index.php [L]

</IfModule>

# END bbPress

-----------

پ.ن:

دوست عزیز

لطفا کدها و متون انگلیسی رو در تگ CODE قرار بدید و همچنین متن ها رو بعد از کپی ویرایش و اصلاح کنید.

لینک به ارسال

بفرما


# BEGIN bbPress
Options -MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /bbp/
RewriteRule ^page/([0-9]+)/?$ /bbp/index.php?page=$1 [L,QSA]
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /bbp/forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^forum/([^/]+)/?$ /bbp/forum.php?id=$1 [L,QSA]
RewriteRule ^forum/?$ /bbp/ [R=302,L,QSA]
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /bbp/topic.php?id=$1&page=$2 [L,QSA]
RewriteRule ^topic/([^/]+)/?$ /bbp/topic.php?id=$1 [L,QSA]
RewriteRule ^topic/?$ /bbp/ [R=302,L,QSA]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /bbp/tags.php?tag=$1&page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)/?$ /bbp/tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ /bbp/tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /bbp/profile.php?id=$1&page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /bbp/profile.php?id=$1&tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /bbp/profile.php?id=$1&tab=$2&page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/?$ /bbp/profile.php?id=$1 [L,QSA]
RewriteRule ^profile/?$ /bbp/profile.php [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /bbp/view.php?view=$1&page=$2 [L,QSA]
RewriteRule ^view/([^/]+)/?$ /bbp/view.php?view=$1 [L,QSA]
RewriteRule ^rss/?$ /bbp/rss.php [L,QSA]
RewriteRule ^rss/topics/?$ /bbp/rss.php?topics=1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ /bbp/rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/topics/?$ /bbp/rss.php?forum=$1&topics=1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ /bbp/rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ /bbp/rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/topics/?$ /bbp/rss.php?tag=$1&topics=1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ /bbp/rss.php?profile=$1 [L,QSA]
RewriteRule ^rss/view/([^/]+)/?$ /bbp/rss.php?view=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /bbp/index.php [L]
</IfModule>
# END bbPress

راستی این نسخه بی بی پرس افزونه نیست

بلکه جداست از افزونه

لینک به ارسال

خوب طبق کد بالا شما باید در پوشه (زیردامنه) bbp انجمنتون نصب باشه.

اما آدرس شما چیز دیگه ایی هست!

  • امتیاز 1
لینک به ارسال

من روی یکی از سایتهام نصب کردم بدون مشکل بوده.

شما مراحل نصبتون رو بگید یک بررسی باهم بکنیم.

لینک به ارسال

لطفا برای ارسال دیدگاه وارد شوید

شما بعد از اینکه وارد حساب کاربری خود شدید می توانید دیدگاهی ارسال کنید



ورود به حساب کاربری
×
×
  • اضافه کردن...