This forum is no longer active. Please post your questions to our new community site

Forums WordPress

http://localhost/wordpress?

Subscribe to http://localhost/wordpress? 5 post(s), 3 voice(s)

 
Avatar pressforward 13 post(s)

When I attempt to access the Access BitNami WordPress Stack, the server redirects to the network gateway with a very long load time. Where do I go to update settings for wp stack to reference http://127.0.0.1/wordpress rather than http://GATEWAY/wordpress?

Thanks in advance,
Bill

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

You have several options:

1. Include a new entry in your “hosts” file to your machine can change GATEWAY to 127.0.0.1. The hosts file is “/etc/hosts” for Linux and OS X and “C:\system32\drivers\etc\hosts”.

2. You can change the base IP address in the administration panel, in the “settings” tag.

3. You can change the base IP address in the MySQL database:

mysql -u root -p -e “USE bitnami_wordpress; UPDATE wp_options SET option_value=‘http://NEW_IP/wordpress/’ WHERE option_name=‘siteurl’ OR option_name=‘home’;”

I hope it helps.

 
Avatar pressforward 13 post(s)

THANKs! The options you presented were very helpful.

 
Avatar manateeworks 5 post(s)

How do I prevent the wp_options from being updated on startup?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

You can simply rename the “updateip” tool:

$ sudo mv /opt/bitnami/updateip /opt/bitnami/updateip-backup

I hope it helps.

Forums WordPress