rmcgirr83 / contactadmin

This form allows guests and/or registered users to either send an email or send a PM to admins or make a Post in a designated forum. It also overrides the default contact admin link found on the forum. A port of the phpBB 3.0.x mod “Contact Board Administration”. Latest version requires at least PHP 8.0.
GNU General Public License v2.0
7 stars 9 forks source link

Rewrite rule for nginx #4

Closed SnakeGod closed 7 years ago

SnakeGod commented 7 years ago

Hi! How I can set rewrite rule to work this extentions?

rmcgirr83 commented 7 years ago

Rewrite rule for what? I don't know nginx.

SnakeGod commented 6 years ago

I was able to do, here's the code if (!-e $request_filename) { rewrite ^/(.*)$ /app.php?=$1 last; }