1

(4 replies, posted in PunBB 1.3 troubleshooting)

# BEGIN PunBB

<IfModule mod_rewrite.c>
# MultiViews interfers with proper rewriting
Options -MultiViews

RewriteEngine On

# Uncomment and properly set the RewriteBase if the rewrite rules are not working properly
#RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . rewrite.php [L]
</IfModule>

# END PunBB


I would like to ask how to convert nginx?


if (-f $request_filename/index.html){
            rewrite (.*) $1/index.html break;
        }
        if (-f $request_filename/index.php){
            rewrite (.*) $1/index.php;
        }
        if (!-f $request_filename){
            rewrite (.*) /index.php;
        }
???

Censored word you can not replace Chinese?
I 'm PunBB 1.3x Datebase PostgreSQL

Censored word you can not replace Chinese?
I 'm PunBB 1.2.19 Datebase PostgreSQL

PunBB Installation error
http://lygbbs.js.cn/install.php
  Can you unless they?
  Database type  PostgreSQL

The error occurred on line 420 in /web/www/lygbbs/include/dblayer/pgsql.php

Database reported: ERROR: column "New Category" does not exist .

database PostgreSQL