• I thought I had my website nicely designed, but then when I installed it on winhost it came out all messed up. I am pretty ignorant of this stuff, in fact Winhost actually called me to help install it. But now it looks nothing like it did previously, it is all messed up. Here is what I have now: https://www.catholictravelblog.com before it was thecatho.w13.wh-2.com/wordpress/wp-login.php and that goes nowhere. So what am I doing wrong?

    I am unable to log in to edit and don’t know what questions to ask.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is causing the problem. You have wordpress as a directory in your wp install.

    <link id="twentytwelve-style-css" media="all" type="text/css" href="https://thecatho.w13.wh-2.com/wordpress/wp-content/themes/catholic-travel-blog-child/style.css?ver=3.5.1" rel="stylesheet">

    Needs to be:

    <link id="twentytwelve-style-css" media="all" type="text/css" href="https://thecatho.w13.wh-2.com/wp-content/themes/catholic-travel-blog-child/style.css?ver=3.5.1" rel="stylesheet">

    Fix:

    I believe line 87 in the wp-config.php file will have the wordpress directory. You need to change this and remove wordpress.

    Thread Starter Gloria333

    (@gloria333)

    Thanks Gabriel, I will see if that works. I need to find the file first, I am such a beginner that I don’t even know how to do that, but I appreciate your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Website complete changed after install on Winhost’ is closed to new replies.