What URL are entering in you browser? Sure you not missing mod_rewrite in your apache?Yes, I'm aware of the subdirectory caveat and I've installed in /opt/observium as advertised (/opt is in the root directory).
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
/www/phpMyAdmin
/www/WebCalendar
/www/zenphoto
/www/zen-cart
#-----------------------------------------------------
Alias /observium/ "/opt/observium/"
DocumentRoot /opt/observium
ServerName observium.archaxis.net
CustomLog /var/log/observium_access.log combined
ErrorLog /var/log/observium_error.log
<Directory "/opt/observium/">
Options FollowSymLinks MultiViews +Includes +Indexes
AllowOverride all
Order Deny,Allow
Allow from all
# Allow from 127.0.0.1 .Archaxis.net
RewriteEngine On
RewriteOptions Inherit
# DirectoryIndex xxx
</Directory>
#-----------------------------------------------------