Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Forum: Your WordPress
    In reply to: Up and Running

    Looks good in IE on Win 2003. I like the design.
    The only possible problem that I noticed was some of the larger images (screenshots on page 3 of the mp3 encoding article) went over the edge of the main column into the grey nav area on the right.

    You will also need to change the “WordPress address” and ‘Blog address” under General Options (in v1.2).

    Girlwonder, are you moving your database from one server to another? The way I have done that in the past is by using mysqldump to creat a file that contains the data in the database and also the info needed to recreate the database on the new server. You then copy that file to the new server using ftp or scp or something similar and then recreate the database on the new server with that file.
    If you can provide some more details about what you are trying to do I could probably give you better instructions.

    Kato, I had the same problem yesterday when I was trying to post.
    Podz, I have rpc.pingomatic.com listed to be pinged.

    Forum: Plugins
    In reply to: secure login – SSL
    Thread Starter noahpb

    (@noahpb)

    I think I have it working. I edited the login portion of index.php.
    original:
    < a href=""<?php">/wp-login.php">login< /a>
    modified:
    < a href="//www.mysite.com/wp-login.php"">login< /a>
    Now when I go to log in from my main page, I’m taken to a secure page to enter username and password, then end up on the “Create New Post” page which is also secure.

Viewing 5 replies - 16 through 20 (of 20 total)