My pligg9.6 is installed in a subfolder /news on www.best-juicing.com and I'm experiencing the well-known voting/logging out problems
I've tried the htaccess fix below without success:
# Fix trailing slash problem
RewriteRule ^([^\.]+[^/])$ http://best-juicing.com/$1/ [R=301,L]
# Remove www., always.
RewriteCond %{HTTP_HOST} ^www\.best-juicing\.com$ [NC]
RewriteRule ^(.*)$ http://best-juicing.com/$1 [R=301,L]
Does this fix need to be adjusted for the /news subfolder? (and how?) Because implementing it causes this URL
http://www.best-juicing.com/news/index.php
to redirect automatically to
http://best-juicing.com/index.php
Thanks



Reply With Quote
Just checked Homebound's site, and his site too is stuck at the point where he described it..



