Serve WordPress from root of site on Bitnami EC2 Ubuntu image

Posted by user57087 on Server Fault See other posts from Server Fault or by user57087
Published on 2010-10-14T06:34:57Z Indexed on 2011/03/20 19:23 UTC
Read the original article Hit count: 335

Filed under:
|

Running Bitnami's Ubuntu Wordpress Image on Amazon EC2. By default the WordPress install is at /wordpress and there is a static index.html file in the root. How do I configure Apache and WordPress to serve from the root instead of /wordpress?

I have tried the instructions on this page: http://digitivity.org/10/how-to-serve-your-wordpress-blog-from-the-root-directory-if-its-installed-in-a-subdirectory without success.

I have tried changing the document root to the folder serving the wordpress content, but that just breaks WordPress.

I know I am missing something simple, but not sure what. Any help would be appreciated.

© Server Fault or respective owner

Related posts about apache

Related posts about Wordpress