Viewing 9 replies - 16 through 24 (of 24 total)
  • This should get you to a log-in screen:

    https://www.patiastephens.com/wp-login.php

    You should have a file structure like this:
    where your WordPress files are >> wp-content >> themes

    Make sure your Theme folder and files are in in the theme directory. It looks like WP can’t find any Theme files.

    Looks like you’ve still got /wordpress/ called in wp-config.php. See Changing The Site URL ? WordPress Codex

    Thread Starter cowgrrrl

    (@cowgrrrl)

    None of this is working ….

    When I go to https://www.patiastephens.com/wp-login.php and try to log in, it just says Nothing Found.

    The theme folder is in the wp-content folder.

    I have tried changing the site URL in wp-config.php and in functions.php in both the main folder and the theme folder.

    As @songdogtech was stating…if you look at your source code from within the browser…most of your links look like this:

    <link rel="stylesheet" href="https://www.patiastephens.com/wordpress/?bfa_ata_file=css" type="text/css" media="all" />

    notice it’s still pointing at /wordpress directory?

    That’s gotta be fixed….visit the link he posted, and you can change the site URL in the database. You should be fine after that

    Thread Starter cowgrrrl

    (@cowgrrrl)

    I DID. It’s not working.

    Thread Starter cowgrrrl

    (@cowgrrrl)

    Oh, I didn’t change it in the database, just wp-config.php and functions.php.

    I will have to do the database thing later. I have to go to work now.

    Hopefully that fixes it….. there is just something wrong with the url, so your site is trying to call many elements from the /wordpress directory. If we can get that fixed, I think all will be well

    Sounds like you need to go into the database with phpmyadmin and change the URL; I’ve had to do that a few times in the past when things were really messed up.

    But another problem is that style sheet link:
    <link rel="stylesheet" href="https://www.patiastephens.com/wordpress/?bfa_ata_file=css" type="text/css" media="all" />

    It’s not a standard WP style sheet file name, it’s not in the theme directory, and if you go to the link, it’s an index.php file, not a text file with CSS.

    So things are a mess….

    Thread Starter cowgrrrl

    (@cowgrrrl)

    Glory hallelujah. It’s fixed.

    I was finally able to log in to myPHP on GoDaddy and follow the instructions for changing those URLs in the database. That did the trick.

    Songdog: I think the style sheet weirdness is inherent in the way the Atahualpa theme is set up, which I’ve been told is very odd. (Just my luck, to pick out an odd theme.)

    Thanks for the help, everyone.

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘What is best way to change directories (on GoDaddy)?’ is closed to new replies.