noahpb
Forum Replies Created
-
Forum: Your WordPress
In reply to: Up and RunningLooks 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.Forum: Fixing WordPress
In reply to: how to move mysql database to new domainYou will also need to change the “WordPress address” and ‘Blog address” under General Options (in v1.2).
Forum: Fixing WordPress
In reply to: how to move mysql database to new domainGirlwonder, 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.Forum: Fixing WordPress
In reply to: post.php hangs indefinitely during new postKato, 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 – SSLI 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.