Hello,
I am having a problem when I enable plugin/hook setting. I used not to enable it, but because there are some plugins need to use this setting so I enable it.
The problem I face now is with the forum link.
If I access my forum by using
www.site.com the menu will point to
www.site.com/menu1 www.site.com/menu2 etc.
Buy if I access my forum by using site.com the menu still point to
www.site.com/menu1 instead of site.com/menu1
Is this thing normal? Because when I click log out it will not log out from site.com but it will go to
www.site.com to log out (which has different cookies)
Thank you for your help
Okay I fix it temporarily with mod rewrite in htaccess
RewriteCond %{http_host} ^domain.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
Does anyone else have this same problem?