Learn about Centmin Mod LEMP Stack today
Become a Member

IP.Board Rewrite help for IP Content

Discussion in 'Forum software usage' started by pamamolf, Nov 21, 2014.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,077
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    5:15 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hi
    I am looking for some help to convert this rerwite rules to nginx:

    Code:
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !.*\.(jpeg|jpg|gif|png|ico)$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    If anyone can help please...


    Thanks