The http:// of my site doesn't work and it needs to be www. for some reason.
I've tried using .htaccess to put www. in URL but for some reason it redirects to my main directory of the site and this is a problem with my forum.
CODE
http://example.com/forum
- doesn't workBut @
CODE
http://www.example.com/forum
- it does workWhat can I put in the forum directory to make it load as www. ?
WordPress is the one making the main directory work fine with www. with a strange code.