Skip to content
WJunction - Webmaster Forum

How to host wordpress on a windows VPS, I offer 3$ for help

Status
Not open for further replies.
Hello, for 3 hours i try to set up wordpress on a windows VPS (win server 2012) and can't figure out how, i managed to do something with Microsoft Web Platform Installer 4.6 but i dont know how to change the http://localhost/wordpress domain. I offer 3$ (PayPal) for help thru teamviewer because i'm going crazy here.
 
Last edited:

1 comment

Hello, for 3 hours i try to set up wordpress on a windows VPS (win server 2012) and can't figure out how, i managed to do something with Microsoft Web Platform Installer 4.6 but i dont know how to change the http://localhost/wordpress domain. I offer 3$ (PayPal) for help thru teamviewer because i'm going crazy here.


To change the WordPress URL go to wp-config.php and find
define('WP_SITEURL', '.....');
define('WP_HOME', '...');
Change those to
define('WP_SITEURL', 'http://yourwebsite.com');
define('WP_HOME', 'http://yourwebsite.com');
Don't forget to change the domain name according to your website. See if it works!
 
Status
Not open for further replies.

About the author

nobody00
Banned · Joined
6
Messages
0
Reactions
1
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom