It seems like VB4 is doing some redirecting by itself when it can't find a URL. With nothing in the htaccess but RewriteEngine on here is what happens. So where would that code be?
When I have the URL rewrite setup as standard URLS for VB4 and put a page in like
vb4.example.com/introduce-yourself/5337-hello-ajancnc.html
It goes to a 404 page at the following URL
vb4.example.com/forums/showthread.php?t=5337
How do I setup VB4 so that it goes to the following and not to forums directory which does not exist? If it redirected to this there would be no 404 page and the real link to the page.
vb4.example.com/showthread.php?t=5337
It seems to be a VB4 thing because of this test as there is nothing in htaccess unless old files left elsewhere from VBSEO could be playing havoc.
|