By Lam0r on
I am looking to redirect my users from example.com to www.example.com. When most of my members who are logged in visit example.com they are not logged in properly till they click a link like www.example.com/node . This way I can keep count of my logged in users easily.
I read about htaccess redirect 303 but didnt manage to figure out how to implement this exactly in drupal's htaccess
thanks in advance.
Comments
kick ^^
kick ^^
After "RewriteEngine on" you
After "RewriteEngine on" you add this.
I just didnt know where to
I just didnt know where to put this code. Thanks a lot frjo. Now I can go sleep with peace of mind :D. :x