مرجع پارسی MyBB

نسخه‌ی کامل: مشکل html نشدن آدرس زیر انجمن ها
شما درحال مشاهده‌ی نسخه‌ی متنی این صفحه می‌باشید. مشاهده‌ی نسخه‌ی کامل با قالب‌بندی مناسب.
صفحه‌ها: 1 2
سلام
من آدرس انجمن ها رو html کردم همه چی تقریبا html شده بجز زیر انجمن ها
انم کدهام
لطفا راهنمایی کنید

کد php:
#

# MyBB "search engine friendly" URL rewrites

# - Note, for these to work with MyBB please make sure you have

#   the setting enabled in the Admin CP and you have this file

#   named .htaccess

#

<IfModule mod_rewrite.c>

    
RewriteEngine on

    RewriteRule 
^forum-([0-9]+).html forumdisplay.php?fid=$[L,QSA]

    
RewriteRule ^forum-([0-9]+)-page-([0-9]+).html forumdisplay.php?fid=$1&page=$[L,QSA]



    
RewriteRule ^thread-([0-9]+).html showthread.php?tid=$[L,QSA]

    
RewriteRule ^thread-([0-9]+)-page-([0-9]+).html showthread.php?tid=$1&page=$[L,QSA]

    
RewriteRule ^thread-([0-9]+)-lastpost.html showthread.php?tid=$1&action=lastpost [L,QSA]

    
RewriteRule ^thread-([0-9]+)-nextnewest.html showthread.php?tid=$1&action=nextnewest [L,QSA]

    
RewriteRule ^thread-([0-9]+)-nextoldest.html showthread.php?tid=$1&action=nextoldest [L,QSA]

    
RewriteRule ^thread-([0-9]+)-newpost.html showthread.php?tid=$1&action=newpost [L,QSA]

    
RewriteRule ^thread-([0-9]+)-post-([0-9]+).html showthread.php?tid=$1&pid=$[L,QSA]



    
RewriteRule ^post-([0-9]+).html showthread.php?pid=$[L,QSA]



    
RewriteRule ^announcement-([0-9]+).html announcements.php?aid=$[L,QSA]



    
RewriteRule ^user-([0-9]+).html member.php?action=profile&uid=$[L,QSA]



    
RewriteRule ^calendar-([0-9]+).html calendar.php?calendar=$[L,QSA]

    
RewriteRule ^calendar-([0-9]+)-year-([0-9]+).html calendar.php?action=yearview&calendar=$1&year=$[L,QSA]

    
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+).html calendar.php?calendar=$1&year=$2&month=$[L,QSA]

    
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+).html calendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$[L,QSA]

    
RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+).html calendar.php?action=weekview&calendar=$1&week=$[L,QSA]



    
RewriteRule ^event-([0-9]+).html calendar.php?action=event&eid=$[L,QSA
من کدهاتو نخوندم اما کدهارو از این تاپیک وردارین جایگزین کنین . ضمنا حتما قبلش تو نوت پد کپی کنید . فکر میکنم مشکل شما همین باشه

http://community.mybbiran.com/thread-91-...tml#pid109
با سلام
دوست عزیز کدی رو که شما معرفی کردین با کدی که arsamari91 معرفی کردن یکیه
زير انجمن ها بعد از باز شدن به اچ تي ام ال ريدايكرت ميشن يا كلا اچ تي ام ال نشدن؟
اگه از تو صفحه اصلی انجمن کلیک بشه که نه html هستن نه ریدایرکت میشن
ولی اگه اول وارد یه انجمن بشی بعد بخوای زیر انجمن رو انتخاب کنی html هست
کسی نیست راهنمایی کنه؟/؟؟؟؟
ضروریه
ای بابا کسی نیس مارو راهنمایی کنه؟؟؟؟؟؟؟؟!!!!!!!
کاری که گفتم رو کردین ؟ کدهای اون تاپیکو تو نوت پد کپی کردین و سپس به جای قبلی جایگزین کنین ؟
فکنم ده بار اینکارو کردم
یه راه حل موثر تر بگید
ممکنه پلاگین خاصی دلیلش باشه . گوگل سئو نصب کردین ؟

اگه اینطوری حل نشه من دیگه نظری ندارم . صبرکن بقیه دوستان بیان
صفحه‌ها: 1 2