Quote Originally Posted by gamenet View Post
Hi i recently re-directed my URL to include the www.
I changed the .htaccess file to

RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^gamenet\.net\.au\/?$ "http\:\/\/gamenet\.net\.au\/" [R=301,L]

RewriteEngine ON

RewriteCond %{HTTP_HOST} ^gamenet\.net\.au [NC]
RewriteRule ^(.*)$ http://www.gamenet.net.au/$1 [R=301,NC,L]

basically it redirected my gamenet.net.au url to www.gamenet.net.au

When i try and log onto my admin side, i type my username and password. and nothing happens. It is not the wrong password. because when i remove that code it works. I need the code so i do not want to remove it.

However when i was logging on i noticed inthe bottom left corner "connecting to gamenet.net.au" Maybe this will help to solve my problem. Should it connect to www.gamenet.net.au instead or does it not matter? Also. yesterday i had slightly different code i think. however i was able to get into admin. howver when i tried changing a page's description it would not work. i removed the htaccess file and magically it worked again.

Could someone please explain this to me, or give me a solution, thanks!
The code above must work in conjunction with your two "configure.php" files. In both of those you must make sure your Domain Name or URL is also using the 'www' in it.

ie.

define('HTTP_SERVER', 'http://www.gamenet.net.au');
define('HTTPS_SERVER', 'https://www.gamenet.net.au');