• Resolved jmeyer54

    (@jmeyer54)


    After years of working with Dreamweaver, I just created my very first WordPress site on my local server. I uploaded it to my host server and directed my domain name to it (www.oneyearontheroad.com). It looks beautiful on my computer, but when I go to another computer or phone, it looks like it’s not finding style.css. No photos, just text, and links are broken.
    Can anybody help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    I got HTTP 500 Internal Server Error.

    Error 500 ISE is very generic and can be caused by various problems including server errors. Here are some thing you can try to solve it:
    – Your first step should be checking your site’s error logs for a more specific error message. If you need help locating them, ask your hosting provider to help you with that.
    – check with your host if the domain name is configured properly to point to public_html folder
    – It may indicate .htaccess issue. Regenerate .htaccess, and be sure the encoding in your text editor is Unicode No BOM
    – It may also indicate a problem with the configuration on the server. Usually your hosting company tech support can help.
    – it could be problem with the plugins, try resetting the plugins folder by FTP or phpMyAdmin.
    – it could be a problem with the theme. Momentarily, try switching to the default WordPress theme via FTP or whatever file management application your host provides by renaming your current theme to rule out any theme specific issue.
    – If the above troubleshooting steps fail to resolve the issue, try manually re-uploading all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones. Read the Manual Update directions first!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I checked this site earlier and the issue was that his resources were pointing back to localhost; and if you have localhost running the 500 errors can mislead you.

    Thread Starter jmeyer54

    (@jmeyer54)

    Thanks, both Andrew and Tara. I’ve got it fixed now, and Andrew was right. It was an issues with resources on my hard drive rather than the server. It’s up and running now.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Browser can't find CSS file’ is closed to new replies.