soft2fire 68 ارسال شده در خرداد 91 گزارش بازنشر ارسال شده در خرداد 91 (ویرایش شده) سلام ساب دامینی در هاست به نام فروم ایجاد کردم و انجمن بی بی پرس رو توش ریختم با توجه به این که همه ی حق دسترسی ها رو تنظیم کردم و فایل ها رو 644 و پوشه هارو 755 قرار دادم باز هم این پیام رو بهم میدهاین هم آدرس ساب دامینhttp://forums.pccafe.ir/Internal Server ErrorThe 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 OnRewriteBase /RewriteRule ^index\.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule># END WordPress ویرایش شده خرداد 91 توسط Morteza اصلاح پست لینک به ارسال
Morteza 34190 ارسال شده در خرداد 91 گزارش بازنشر ارسال شده در خرداد 91 کدهایی که گزاشیتد مربوط به جایی هست که وردپرس نصب کردید.کدهای .htaccess مربوط به پوشه بی بی پرس رو چک کنید. باید چیزی مثل این باشه: # BEGIN bbPressOptions -MultiViews<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /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} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^.*$ /bbpress/index.php [L]</IfModule># END bbPress -----------پ.ن:دوست عزیزلطفا کدها و متون انگلیسی رو در تگ CODE قرار بدید و همچنین متن ها رو بعد از کپی ویرایش و اصلاح کنید. لینک به ارسال
soft2fire 68 ارسال شده در خرداد 91 مالک گزارش بازنشر ارسال شده در خرداد 91 بفرما# BEGIN bbPressOptions -MultiViews<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /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} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^.*$ /bbp/index.php [L]</IfModule># END bbPressراستی این نسخه بی بی پرس افزونه نیست بلکه جداست از افزونه لینک به ارسال
Morteza 34190 ارسال شده در تیر 91 گزارش بازنشر ارسال شده در تیر 91 خوب طبق کد بالا شما باید در پوشه (زیردامنه) bbp انجمنتون نصب باشه.اما آدرس شما چیز دیگه ایی هست! 1 لینک به ارسال
soft2fire 68 ارسال شده در تیر 91 مالک گزارش بازنشر ارسال شده در تیر 91 این کار رو کردم باز هم همین پیام رو میده بهمداخل پوشه bbp ریختم ولی باز همونه لینک به ارسال
Morteza 34190 ارسال شده در تیر 91 گزارش بازنشر ارسال شده در تیر 91 من روی یکی از سایتهام نصب کردم بدون مشکل بوده.شما مراحل نصبتون رو بگید یک بررسی باهم بکنیم. لینک به ارسال
soft2fire 68 ارسال شده در تیر 91 مالک گزارش بازنشر ارسال شده در تیر 91 اگه ایرادی نداره یوزر پس رو بهتون بدم تا خودتون چک کنیدموافقی؟ لینک به ارسال
پست های پیشنهاد شده
لطفا برای ارسال دیدگاه وارد شوید
شما بعد از اینکه وارد حساب کاربری خود شدید می توانید دیدگاهی ارسال کنید
ورود به حساب کاربری