I have been messing around with domain urls, i needed to move my site to a new account, since 000webhost might be erasing my site soon, plus i need the new cpanel and php versions and etc. but i have to move to a whole new account for that. anyway, now, i can park domains again, but i have also set my blog to work with any doman, not just oldmanbeefjerky.com, now ronox.xyz works too, this test will confirm it anyway. i did this by adding
define('WP_HOME', '/');
define('WP_SITEURL', '/');
to the wp-config.php file after the table_prefix part, but i added ‘/wordpress/’ because my blog doesnt exist on the root of the site.