Closed Thread
Results 1 to 3 of 3

Thread: Wordpress in Ubuntu 8.10...

  1. #1
    ZipOnTrousers is offline Learning Programmer
    Join Date
    Nov 2008
    Posts
    94
    Rep Power
    0

    Wordpress in Ubuntu 8.10...

    Hi, I was messing around trying to get Wordpress to install on my Ubuntu 8.10 VM and I've hit a problem. For a while I switched my web server root to a folder I created in my Documents folder (by editing the "default" file in /etc/apache2/sites-available . Also, I've added the line "AddType application/x-httpd-php.html" to the verry bottom of the file /etc/apache2/apache2.conf . Now however, when I try to restart apache I get the error:

    Syntax error on line 282 of /etc/apache2/apache2.conf:
    AddType requires at least two arguments, a mime type followed by one or more file extensions

    Could anyone help with this? When I try to test wordpress by going to http://localhost/127.0.0.1/wordpress (is this right?) Firefox says it can't connect to the server at localhost. I'm guessing this is because I've changed around the web server root and haven't restarted apache due to the error noted above, but I don't know how to fix this...

    NB: This is the tutorial I used for all this.

    Thanks, -ZipOn

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Wordpress in Ubuntu 8.10...

    You need
    Code:
    AddType application/x-httpd-php .php
    Which tells apache to associate the .php extension with the x-httpd-php type.

  4. #3
    ZipOnTrousers is offline Learning Programmer
    Join Date
    Nov 2008
    Posts
    94
    Rep Power
    0

    Re: Wordpress in Ubuntu 8.10...

    Thanks for that John, after adding that line to the file it still didn't work. Then I realised I wasn't using sudo when restarting Apache, so I tried that and everything now appears to be working as it should. Thanks again.

    -ZipOn

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 11-02-2011, 06:46 PM
  2. Replies: 0
    Last Post: 07-26-2011, 10:55 AM
  3. Question about Ubuntu Desktop and Ubuntu Server editions
    By liamzebedee in forum Linux Installation & Configuration
    Replies: 1
    Last Post: 04-29-2011, 10:47 PM
  4. Wordpress in Ubuntu 8.10 errors...
    By imported_ZipOnTrousers in forum Linux Installation & Configuration
    Replies: 2
    Last Post: 05-06-2010, 02:45 AM
  5. Replies: 0
    Last Post: 08-15-2009, 12:58 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts