Bootstrap on Ubuntu

Hi all,

I've just installed Ubuntu 9.10 and followed the instructions for enabling mod_rewrite and all the rest. Omeka successfully installed an allowed me to go into the Admin console, add an item, etc.

However, when I go to the Public Site (running on localhost) I'm asked to download a file with the extension PHTML. The downloaded file gets a filename that changes (e.g. 9fU2G0SC.phtml.part).

Opening the file in a text editor it opens with the following comment (code with backticks added):

* Bootstrap for public interface.
*
* @version $Id$
* @copyright Center for History and New Media, 2007-2008
* @license http://www.gnu.org/licenses/gpl-3.0.txt
* @package Omeka

// Define the directory and web paths.
//require_once 'paths.php';

// Define the public theme directory path.
//define('THEME_DIR', BASE_DIR . //DIRECTORY_SEPARATOR . $site['public_theme']);

//$app = new Omeka_Core;
//$app->initialize()->run();

Thanks for any pointers. I sorta backed into the Ubuntu instructions here, but I ran through all the steps again and it all seems right.

Richard

That sounds like an apache configuration issue. Maybe this will help:

http://ubuntuforums.org/showthread.php?t=184348