Close Menu
    Facebook X (Twitter) Instagram
    • Articles
    • How it Works
    • Our Story
    • Contact Us
    Facebook X (Twitter) Instagram Pinterest Vimeo
    IT Beginner
    • Home
    • Blog
      • Happiness
      • Productivity
      • Leadership
    • About us
    • Contact us
    IT Beginner
    Tips – Tricks

    How to fix wordpress and smf Simple Machines Forum .htaccess problem

    17/07/2017Updated:20/07/2017No Comments2 Mins Read

    phpBB

    phpBB is free and open source forum software that is easy to use, powerful, and highly customisable. Our community offers extensive support to end users.

    bbPress

    bbPress is forum software with a twist from the creators of WordPress. Easily setup discussion forums inside your WordPress.org powered site.

    Vanilla

    Vanilla provides hosted and open source community forum software that powers discussion forums on thousands sites. Built for flexibility and integration, Vanilla is the best, most powerful community solution in the world.

    Simple Machine Forums (SMF)

    Simple Machines offers free open source software such as SMF, the powerful and easy to use community forum written in PHP. Start interesting discussions on your website!

    miniBB – Easy Forum Software for Easy People

    miniBB is a standalone, open source program for building your own Internet forum, and it’s free to download. Comparing to the other forum software available on the market, miniBB just brings what it’s created for: an easy, lite, and speedy quick forum.

    YaBB – Yet another Bulletin Board

    YaBB is a leading FREE, Open Source community forum system (bulletin board, message board) written in Perl.

    MyBB

    MyBB evolved from other bulletin boards into what it is today. It has encountered numerous staff changes and has often changed its appearance.

    I’ve deceived to use SMF because its simplexity and very easy to manage. After a smooth installation, i ran into a problem that wordpress’s .haccess file take over smf because i put smf in a sub directory under wordpress.

    I found a solution to let smf won’t be affected by wordpress’s .htaccess

    Edit your wordpress’s .htaccess file, add this after RewriteBase /

    RewriteCond %{REQUEST_URI} ^/forum/(.*)$
    RewriteRule ^.*$ - [L]

    This is what the .htaccess file should look like

    # BEGIN WordPress

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_URI} ^/forum/(.*)$

    RewriteRule ^.*$ – [L]

    RewriteRule ^index\.php$ – [L]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    # END WordPress

    Previous ArticleHow to install font utility TypeCatcher on ubuntu
    Next Article Install X Graphical Window System and a Desktop Environment

    Related Posts

    Tips – Tricks

    How to fix nginx an upstream response is buffered to a temporary file error

    05/08/2017
    Tips – Tricks

    Optimize WordPress with Nginx

    04/08/2017
    CentOS

    How To Install WordPress with nginx on Centos 6

    02/08/2017
    Subscribe
    Notify of
    guest

    guest

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    0 Comments
    Oldest
    Newest Most Voted
    Inline Feedbacks
    View all comments
    • Productivity
    • Leadership

    No posts

    No posts

    Subscribe to Newsletter
    Our Socials
    • Instagram
    • Facebook
    • Twitter
    • YouTube
    • LinkedIn

    Archives

    • April 2025
    • May 2024
    • March 2023
    • July 2022
    • March 2022
    • July 2020
    • January 2019
    • August 2018
    • July 2018
    • August 2017
    • July 2017
    • September 2016

    Categories

    • Business
    • CCNA 1 Instructor Materials
    • CentOS
    • Database
    • Debian
    • Fedora
    • Firefox
    • Happiness
    • Hardware
    • ICND1 Labs
    • ICND2 Labs
    • Leadership
    • Linux Essentials
    • Linux Mint
    • Marketing
    • My SQL
    • Netflix
    • Networking
    • Productivity
    • Resources
    • Security
    • SEO
    • Server
    • Social Media
    • Software
    • Tips – Tricks
    • Ubuntu
    • Uncategorized
    • User Experience
    • WordPress
    • Xubuntu

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna accumsan in scelerisque.

    Facebook X (Twitter) Instagram Pinterest

    Type above and press Enter to search. Press Esc to cancel.

    wpDiscuz