I've tried a couple of times now to get an installation of Omeka working.
Environment: Omeka 0.9.0, ubuntu 2.6.22-14-server
php5, mysql5 etc.
Install process works as expected, MySQL database gets created. Everything looks oK. I can load the site homepage (e.g., /omeka/index.php) but all the links off that page are broken and putting /admin/ after the home page URL doesn't work. I get this sort of error message:
The requested URL /omeka/admin/users/login was not found on this server.
Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.3 Server at 129.174.54.208 Port 80
If I click on Browse on the home page, I see my server's trying to resolve:
http://129.174.54.208/omeka/items
The .htaccess files are in the omeka top-level directory and in ./admin as indicated but clearly something's not right.
Anyone have a suggestion on where I might look? I do know that my rewrite module is loaded in Apache2
-- Wally