leighvatar
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Installing WordPress 3.0 on IIS@adilali99
Didn’t quite understand the first part of your request. the second part, if you mean you want to know how to make a new post here are the steps.Login to your wordpress dashboard: the link looks something like this:
http://yoursite.com/wordpress-directory/wp-admin
or on localhost
http://localhost/wordpress-directory/wp-adminTo the left of the screen you’ll see a menu. Look for Posts.
Click on Posts.
Next to the title Posts written on the page you’ll see an add new button.
click on it
An empty post will now pop up ready to be filled in.
When you are done you publish it by click the Publish button to the right of the screen. (existing posts will have update instead of publish).hope this helps
Forum: Alpha/Beta/RC
In reply to: Installing WordPress 3.0 on IISCheck out IIS 7 forums
Are you sure that you are using administration priveleges to do the install. Are the priveledges on the folder set properly?
I’ve tried to follow all the official instructions to install php as a service ad mysql on my IIS 5.1 on XP SP2. No luck with that. Tried to update my Web Platform installer to install WordPress. It complains about something about needing XP SP 3.
Also tried to independently install Apache Server php and mysql. Apache kept complaining about something. Took it out.
Found WAMPServer whilst searching for how to solve the Apache Server. I now operate version 2.1 and have been able to install WordPress 3.1 on it and have succssfully updated to version 3.1.1. I run it on port 80 and since I still developed using windows IIS I just switched that port to port 8080 (my free port).
Just installed joomla as well and everything runs well.Anyway have you checked IIS 7 forums out as yet: http://forums.iis.net/default.aspx?GroupID=41
If you or anyone here is interested in WampServer, check out the links below:
http://www.wampserver.com/en/
http://blog.jlbn.net/?p=34
http://blog.jlbn.net/?p=3hope this helps.