my website was installed and fixed on localhost, then i hosted it on a distant server, i also chaged the parameters in the wp-config.php file to meet to distant database.
However, when i try to call it in the url tab, i see always the localhost call in the bottom of the browser. This is my url website.
|
|
|||
|
|
|
All of your content is linked to your localhost install. I would suggest using a plugin like Search & Replace to amend your URLs. Also if you haven't already, you will need to change the two entries in the wp_options table (where wp_ is the prefix used). They are rows 0 & 37. These are your URLs for moving your site. The next time you move your site from local to a live site check out the WordPress guide, it's got lots of handy tips and solutions to problems like this. |
|||
|
|
|
If you're au fait with using PHPMyAdmin, or whichever MySQL web-interface you've been using, my recommendation would be to do the following;
You should now have a fully up-to-date database using your new URL. This method is especially effective if you use a number of plugins as I've found they often store absolute URLs in the |
|||||||||
|
|
You must change URLs in the database: Use these queries in phpmyadmin:
And check to see if any URLs are hardcoced in theme files. See Moving WordPress « WordPress Codex and How to Move WordPress Blog to New Domain or Location » My Digital Life |
|||
|
|