We have installed DBSeo on a new forum, running VB 4.2.3. VB's own friendly URLs are set to standard URLs. We are running full https for this site. Site works fine until DBSeo is turned on. With DBSeo turned on, we get this message for every rewritten link:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Our htaccess file contains:
RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.3d-printingforums\.com [NC]
RewriteRule ^(.*)$ https://www.3d-printingforums.com/$1 [R=301,L]
Filter Non-Latin char is set to Remove. Most settings are default with the exception of using forum_title to define all forum URL rewriting.
We are also running VBDownloads Pro. This was installed first and has been working fine.
We run the exact same configuration of DBSeo on another forum, and it works fine, but that forum is not on https.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Our htaccess file contains:
RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.3d-printingforums\.com [NC]
RewriteRule ^(.*)$ https://www.3d-printingforums.com/$1 [R=301,L]
Filter Non-Latin char is set to Remove. Most settings are default with the exception of using forum_title to define all forum URL rewriting.
We are also running VBDownloads Pro. This was installed first and has been working fine.
We run the exact same configuration of DBSeo on another forum, and it works fine, but that forum is not on https.