Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This needs to be fixed with Wordpress. Wordpress generates links and URLs on your page based on the domain name in the database. Which seems to be ec2-23-23-124-60.compute-1.amazonaws.com. This usually happens when someone installs Wordpress by going to that domain name, rather than your actual domain name (remykits.com). People usually do this because they want to install Wordpress on the server, but don't want to wait for the domain name to point to the server IP while DNS propagates.</p> <p>Wordpress has a well written Codex page on how to change the domain your Wordpress installation uses. While the codex article goes into detail on how to make these changes manually, the following is all you really need to do.</p> <blockquote> <p>On the Settings->General screen in a single site installation of WordPress, there are two >fields named "WordPress address (URL)" and "Site address (URL)". These are also known as >the "Home" and "Site URL" settings. They are important settings, since they control where >WordPress thinks your site is located. They control the display of the URL in the admin >section of your page as well as the front end, and are used throughout the WordPress code.</p> <p>The "Home" setting is the address you want people to type in their browser to reach >your WordPress blog.</p> <p>The "Site URL" setting is the address where your WordPress core files reside. </p> <p>Note: Both settings should include the http:// part and should not have a slash "/" at the >end. </p> </blockquote> <p><a href="http://codex.wordpress.org/Changing_The_Site_URL" rel="nofollow" title="Wordpress Codex - Changing The Site URL">Wordpress Codex - Changing The Site URL</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload