• Resolved acp73

    (@acp73)


    Hi there,
    I stupidly changed my sites URI to the non-www version and got thrown out of admin and wasn’t able to get it redirected correctly via go daddy. In return I had to use the following:

    //FIXME: do comment/remove these hack lines. (once the database is updated)
    update_option(‘siteurl’, ‘http://your.domain.name/the/path’ );
    update_option(‘home’, ‘http://your.domain.name/the/path’ );

    This got me back into my site, but not some image paths are something like this:

    http://www.mysite.com/the/path/wp-content/uploads/2011/11/abc716a-293×195.jpg

    Any suggestions how to remove the/path that’s in the urls now?

Viewing 1 replies (of 1 total)
  • Thread Starter acp73

    (@acp73)

    seems to have fixed itself…..strange….cache i’m thinking….never mind me 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘the/path/’ is closed to new replies.