Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


fieldway

50 posts

Geek


#25243 16-Aug-2008 10:14
Send private message

Hi all

I'm trying to install wordpress onto my whs machine by following the “How-To: Install WordPress on Windows Home Server” @ http://www.wegotserved.co.uk/2008/05/06/how-to-install-wordpress-on-your-home-server/

Did everything it said to do minus 1 thing which I couldn’t read all the info as it contain how to set a username and password in mysl - (mysql> GRANT ALL PRIVILEGES ON wordpress.* to wpadmin@localhost IDENTIFIED BY 'wppa??????  Does anybody know the info for this


When I try to open  he following error message appear at the https://yourserver.homeserver.com/blog/


Directory Listing Denied
This Virtual Directory does not allow contents to be listed.

Any help in getting this going would be great





When people say 'Oh you just want to have your cake and eat it too'. Damn right! What good is cake if you can't eat it?

Computers are useless. They can only give you answers.
Pablo Picasso (1881 - 1973)


Create new topic
freitasm
BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41030

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

#157369 16-Aug-2008 10:17
Send private message

This message shows up when the default document for a directory doesn't exist, and the directory doesn't allow listing the contents.

If you try browsing a specific page does it work? If yes, then you have to check the IIS configuration and change the default document list to add the page that should be coming up first.

As for the database thing, I will pass to someone else...







Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 




Tockly
353 posts

Ultimate Geek
+1 received by user: 88


  #159607 25-Aug-2008 16:07
Send private message

Setting the default document in IIS to "index.php" should fix it for you.





 


munchkin
939 posts

Ultimate Geek
+1 received by user: 16

Trusted

  #159610 25-Aug-2008 16:09
Send private message

As freitasm mentioned, you'll need to add the document type to the list of file extensions IIS looks for to display. By default, IIS doesn't display PHP documents - which is what every page is build around in WordPress.

I'm not too sure of the instructions for WHS as I've only dealt with WS2003 and earlier.



freitasm
BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41030

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #159612 25-Aug-2008 16:13
Send private message

Windows Home Server is built on SBS 2003 and runs standard IIS 6.0. Anything for Windows Server related to IIS works just the same.




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


munchkin
939 posts

Ultimate Geek
+1 received by user: 16

Trusted

  #159616 25-Aug-2008 16:28
Send private message

Have you installed PHP as well?

Have a look at this page and it will tell you how to add PHP to the default document type list, too.

fieldway

50 posts

Geek


  #159714 25-Aug-2008 21:18
Send private message

Hi

I went though all the steps of the instrutction from the link, when I try to open http://serverrname/phpinfo.php and error message appear saying it the page cannot be found. An 404 error.  As you see from the screen dump I attact(I hope they work)  the info is correct


document  home directory




When people say 'Oh you just want to have your cake and eat it too'. Damn right! What good is cake if you can't eat it?

Computers are useless. They can only give you answers.
Pablo Picasso (1881 - 1973)


 
 
 

Shop now at Mighty Ape (affiliate link).
fieldway

50 posts

Geek


  #159999 26-Aug-2008 22:02
Send private message

Hi

Follow the instruction.  When open the page it said dirrectory listed denined.  the virtual directory does not allow contain to be listed

if I open file:///C:/Inetpub/Blog/wp-admin/install.php below appear.  Don't know if this suppose to happeren as I can't fully understand it and don't know what info I'm suppose to enter into the 2 boxes also where are the database tables locate


.__('Already Installed').'

'.__('You appear to have already installed WordPress. To reinstall please clear your old database tables first.').'

');} switch($step) { case 0: case 1: // in case people are directly linking to this display_header(); ?>

ReadMe documentation at your leisure. Otherwise, just fill in the information below and you\'ll be on your way to using the most extendable and powerful personal publishing platform in the world.'), '../readme.html'); ?>



 

 

error) ) wp_die($wpdb->error->get_error_message()); display_header(); // Fill in the data we gathered $weblog_title = stripslashes($_POST['weblog_title']); $admin_email = stripslashes($_POST['admin_email']); $public = (int) $_POST['blog_public']; // check e-mail address if (empty($admin_email)) { // TODO: poka-yoke die('

'.__("ERROR: you must provide an e-mail address.").'

'); } else if (!is_email($admin_email)) { // TODO: poka-yoke die('

'.__('ERROR: that isn’t a valid e-mail address. E-mail addresses look like: username@example.com').'

'); } $wpdb->show_errors(); $result = wp_install($weblog_title, 'admin', $admin_email, $public); extract($result, EXTR_SKIP); ?>

admin


'.__('Note that password carefully! It is a random password that was generated just for you.').''; ?>
var t = document.getElementById('weblog_title'); if (t){ t.focus(); }




When people say 'Oh you just want to have your cake and eat it too'. Damn right! What good is cake if you can't eat it?

Computers are useless. They can only give you answers.
Pablo Picasso (1881 - 1973)


Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.