I'd really like to resolve the issue in this thread though--is there anything I could be missing php/server side that would cause it? anything in the db/encoding? character sets need to be installed? latin-swedish/vs. utf-8 etc?
help please

vBulletin 4.2.5 is end of life and will not be receiving any future development. Warning: vBulletin 4.2.5 is not compatible with PHP 7.2.0 or higher.
Welcome to the vBulletin support forums! In our community forums you can receive professional support and assistance with any issues you might have with your vBulletin Products.
Useful Links for Guests:
If you are having problems posting in the relevant areas for your software, please see this topic.
DirectoryIndex index.php AddOutputFilter DEFLATE css js #<FilesMatch "\.(css|js|mp3|jpg|jpeg|png|gif|swf)$"> #ExpiresDefault A604800 #</FilesMatch> <FilesMatch "\.(gif|jpe?g|png|css|js|ico|pdf|swf|flv)$"> Header set Cache-Control "max-age=604800, public" </FilesMatch> RewriteEngine On RewriteBase / Options +FollowSymlinks RewriteCond %{HTTP_HOST} ^domain\.com RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^(www\.)?domain\.com$ [NC] #RewriteCond %{REMOTE_HOST} 10\.0\.1\.182 [NC] #RewriteCond %{REQUEST_URI} !^/dns\.html$ #RewriteRule ^(.*)$ http://www.domain.com/dns.html [R=307,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # Forum RewriteRule ^threads/.* showthread.php [QSA] RewriteRule ^forums/.* forumdisplay.php [QSA] RewriteRule ^members/.* member.php [QSA] RewriteRule ^blogs/.* blog.php [QSA] RewriteRule ^entries/.* entry.php [QSA] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # MVC RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA] # Check MVC result RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^(.*)$ - [NC,L] RewriteRule ^(.*)$ - [R=404,L]
Leave a comment: