I need to know how do I write the following htaccess so that it does the following:
http://www.
it'll add http://www.
to the link.www.
it'll change it to http://www.
http://
it'll change it to http://www.
I've tried doing the .htaccess code as I've enabled it to load as I'm using Apache 2.4.7 on Ubuntu.
I've resolved this now by installing a2enmod with my htaccess.
Thanks