Created
April 23, 2013 00:17
-
-
Save devinmcinnis/5439758 to your computer and use it in GitHub Desktop.
Setup Wordpress on HostGator without a Domain Name
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Login to cPanel, note "IP Address" on left hand side and the username you logged into HG with | |
Install Wordpress via Fantastico De Luxe (or whatever) | |
Setup Wordpress account at http://[ip-address]/~[username]/wp-config-sample.php, note your database name | |
Go back to cPanel > phpMyAdmin > [database-name] > wp_options > Edit "siteurl" | |
Replace textarea text with http://[ip-address]/~[username]/ | |
Login to http://[ip-address]/~[username]/wp-admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment