• I have wordpress installed and running on my own machine running apache. If I view it on the host machine through localhost it shows up fine, but if i try to view it from any other machine it just shows text and no theme or images.

    url: wp.scwebsolutions.com

    Thanks for the help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    I see this when I view source:
    <link rel="stylesheet" href="https://localhost/wp/wp-content/themes/default/style.css" type="text/css" media="screen" />

    localhost should be your domain ??

    Thread Starter red24698

    (@red24698)

    AWESOME!! Thanks a ton!

    Hey guys, I was having the same problem.
    Looked fine in the local network but didnt display theme/images external..
    Changed the siteurl and home to proper directory and now looks fine external but not internal?
    *original https://localhost/var/www/sitename/blog
    *updated https://domainname/blog

    I know I know… create a host file you lazy bugger.. I figure id share anyway… gots any other ideas?

    ok i messed this up. i had it setup to work off the ip when i whent to change it i acadently left a 1 before the address. any idea ware this can be changed in code.

    thanks

    you can add a hosts file on server and clients linking name to ip. use name in httpd.conf and using phpmyconfig search database for instances of the ipaddress and change those to the new name.

    ooops of course I meant phpmyadmin

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘no theme just text….’ is closed to new replies.