Join the community 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 Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    9:39 AM
    Nginx-1.26.x
    MariaDB 10.6.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