Looks great so far. One question about mod_rewrite
using
Quote:
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^index.php$ / [R=301,L]
|
that redirects if you're using forums.domain.com. What about if you're using domain.com/forums/? What mod_rewrite would you use for that redirect?
(not exactly for me because I can probably get it working, but anyone else that might need this as well.)