I've now tried using the public_html folder instead, if perhaps that was the meant root(because this is the first time I've tried this stuff), but the exact same thing happened..
Edit: Alright, I change the
define('WP_HOME','http://mydomain.com/myblog');
define('WP_SITEURL','http://mydomain.com/myblog');
to
define('WP_HOME','http://mydomain.com');
define('WP_SITEURL','http://mydomain.com');
Is that wrong?
And by changing
require('./wp-blog-header.php');
to
require('./wordpress/wp-blog-header.php');
"using your directory name for the WordPress core files:"
I dont quite know what they mean, english is not my first language, and I dont see where they mean I though place the directory name, but I've tried many variations, but I wish they worded it differently..