I get internal server error anytime i try to make changes to my profile after installing botbanish on my smf forum. What settings do i have to use on my .htaccess to make this work
Aloha,
Sorry that you are having problems using BotBanish. Here are a few things that you can do to resolve some issues:
- Blank Screen while updating:
In your htaccess file, find the line remove the update keyword
RewriteCond %{QUERY_STRING} ^.*(md5|benchmark|union|select|insert|cast|declare|drop|update|alter).* [NC]
and change it to
RewriteCond %{QUERY_STRING} ^.*(md5|benchmark|union|select|insert|cast|declare|drop|alter).* [NC]
SMF uses the word update in the url which is an SQL keyword. This is changed in our next release.
- Send me your htaccess and I can take a look at it. A mis-formatted file will cause 500 errors.
- View this post - https://randemsystems.support/botbanish-general-questions-report-bugs-problems-etc/500-internal-server-errors/ (https://randemsystems.support/botbanish-general-questions-report-bugs-problems-etc/500-internal-server-errors/)
When I see yoru htaccess file I will know more...