calvinb
New- 
      Re: Vanilla 2.5.1 now available - security updateIf you're using nginx, it's even simpler, really: location / { try_files $uri @site; } location @site { rewrite ^ /index.php?p=$uri&$args last; } (View Post)1
- 
      Re: Problems with using the vanilla importer from a phpBB 3.2 forumThe other integers in the tables are all quotes-surrounded, so they should be fine, and did so when I hacked out Permissions. Thankfully, disabling strict mode managed a successful DB import. Thank y… (View Post)1
 
         
             
    