Quote:
Originally Posted by bchawla
I've taken the plunge
I noticed in the htaccess file you dont have the "&vrewrite=yes" in the "-newpost.html" -> showthread. portion. Could this be a possible cause? I've added this to my site and now the only problem I have is if the thread is closed to the public - other threads go to the correct topic.
|
Code:
RewriteRule ^(.*)-(.*)-newpost.html showthread.php?goto=newpost&t=$2 [L]
you dont have the &is_rewrite=yes
Could this be causing the prob?