Close Menu
    Facebook X (Twitter) Instagram
    • Download Cisco Packet Tracer
    Facebook X (Twitter) Instagram Pinterest Vimeo
    IT Beginner
    • Home
    • Server
    • WordPress
    IT Beginner
    Home»Tips – Tricks»How to fix wordpress and smf Simple Machines Forum .htaccess problem
    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

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    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
    Tags
    apache centos Centos 6 cuda Desktop Environment dual boot environment featured gnome GUI hostname hosts intel kernel kill lamp server lemp server life MariaDB netflix nginx nvidia password php-fpm phpmyadmin pids processes s.m.a.r.t Security session solid state drive ssd ssh ssh server tag 1 tag 2 Ubuntu upgrade varnish VirtualBox VNC Server web server window manager wordpress xfce
    Facebook X (Twitter) Instagram Pinterest

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

    wpDiscuz