Hey,

I cannot login to the admin after doing a htaccess redirect. The code I am using is



RewriteEngine ON

## adds www to Browser URL
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*) http://www.yourdomain.com/$1 [R=301,L]


I also changed the admin/includes/config.php
and the includes/config.php

to reflect the www in front the the url.

Is there something I am missing?