Wordpress URL字符串中的双域

So I have a blog that is hosted on AWS, it's is a Bitnami Wordpress blog. I am ready to go live with it now. So I have done the following:

Connect to the the blog and went to the directory: /opt/bitnami/apps/wordpress And executed this command: sudo ./bnconfig --machine_hostname techielass.com

I also went into my wp-config.php file and changed the WP_SITEURL and WP_URL parts.

I modified the host file on my computer so I could test the blog was acting as expected and unfortunately, the URLs I get are like this:

http://techielass.comtechielass.com/2016/10/connecting-to-wordpress-bitnami-saas-instance-on-aws-with-filezilla/

Meaning nothing really works as expected.

Not sure what I'm doing wrong - any advice?

Have you verified your .htaccess file is not redirecting in a strange way?

I don't think you should need to change your wp-config.php file although maybe Bitnami does something non-standard for WordPress.