I go to mysite.net/wp-admin. Once I type in my username and pass word it redirects me to a blank page with address of
mysite.net/wp-admin.
mysite.co.uk/wp-login.php?
Go to your database, and find the table called wp-option, then change the wordpress address and site address to mysite.net.
You can also add the following lines of code to the wp-config.php-file
define('WP_SITEURL','http://your-site-url.com'); define('WP_HOME','http://your-site-url.com');