hallo,
i have 2 problems and i hope that someone can help me. I'm using Vbulletin 3.5.4.
1.) in the online.php the links are not correctly rewritten.
when a user is reading a thread, there just is a "is reading a thread" message, not "is reading thread XXX".
2.) in my archive there is a error. (
http://www.zweeper.de/forum/archive/)
i can see the site, but when i click on a link, i just come again and again on the archive startpage. when i turn Zoints SEO off, its all correct.
i deactivated the follow options:
Rewrite /archive/ to /sitemap/
Use Archive as Sitemap
Use Zoints Archive Navigation?
(when i activate them, the error is just the same)
my htaccess file looks like this:
Code:
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
i hope someone can help me, greetings, zweeper.