I can understand your website problem you can contact with me via email
Email: [removed by moderator]
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’);