• Hi –

    I had inadvertently changed the name of my directory, and then changed it back to it’s correct name. NOW… my blog comes up but all the formatting and images are not there.

    It’s reading correctly from my database… there must be some file I can change to correct this ?

    here’s the address… Please help !!
    http://www.micelistudios.com/montaukblog

Viewing 3 replies - 1 through 3 (of 3 total)
  • You updated BOTH directory settings — in wp_options in the database, there are two fields — siteurl and home. You’ll need to update both of these to the correct value. If you have access to MySQL via SSH, you can just run the query:

    UPDATE wp_options SET option_value=”http://yourURLhere/’ where option_name=’home’ or option_name=’siteurl’;

    Or update the two fields from the Dashboard under ‘Settings’

    Thread Starter celli1312

    (@celli1312)

    hi. Thanks for the reply.

    I didn’t update any settings, unless it did it automatically when I changed the directory name ?

    I have access to MySQL, however I am unsure where to exactly change these values.

    In my Dashboard settings it appears correct:
    WordPress address (URL) http://www.micelistudios.com/montaukblog
    Blog address (URL) http://www.micelistudios.com/montaukblog

    Are there any .PHP files I need to change on my FTP server ? or can you explain how I can change the values in mySQL server ?

    Thanks So Much ! I appreciate your help… it’s driving me crazy.
    steve

    Thread Starter celli1312

    (@celli1312)

    I was able to get into my mySQL database and look at the wp_options table. Both settings seem correct, Is there any thing else I can check ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My Blog’s formatting is gone (CSS and Images)’ is closed to new replies.