x00
MVPx00 MVP
Reactions
-
Re: how can I delete my account from vanilla forums?
You can delete a user with the right permissions, you have three options: Keep User Content, Blank User Content, Remove User Content. Under these circumstances I would recommend to keep content it is… (View Post)2 -
Re: reCAPTCHA setup not working when creating new Vanilla Forums Membership?
reCatacha requires fsockopen if I remember. (View Post)2 -
Re: [gitHub #1377] [Solved] Hide 'Vanilla has already been installed'
yes with server rules like .htaccess something like so RewriteRule ^setup(/.*)$ dashboard/home/filenotfound [R=404, L] (View Post)1 -
Re: [gitHub #1377] [Solved] Hide 'Vanilla has already been installed'
This works ErrorDocument 404 /path/to/forum/dashboard/home/filenotfound RewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^(dashboard/)?setup(/.*)? - [L] change /path/… (View Post)1 -
Re: "poker" word causes 403
this isn't to do with vanilla or any web, app, it is specifically your server. like mod_security filter. poker, poker, poker. http://www.litespeedtech.com/docs/webserver/config/reqfilter/ (View Post)1
