Hi,

I have been through previous issues regarding this issue. So far, I have included the rewrite Engine logic written in /etc/apache2/sites-available/defaults - looks like so:

<VirtualHost *:80>

.....

.....

RewriteEngine on

RewriteRule ^/galaxy$ /galaxy/ [R]

RewriteRule ^/galaxy/static/style/(.*) /seq/SOFTWARE/galaxy/static/june_2007_style/blue/$1 [L]

RewriteRule ^/galaxy/static/scripts/(.*) /seq/SOFTWARE/galaxy/static/scripts/packed/$1 [L]

RewriteRule ^/galaxy/static/(.*) /seq/SOFTWARE/galaxy/static/$1 [L]

RewriteRule ^/galaxy/favicon.ico /seq/SOFTWARE/galaxy/static/favicon.ico [L]

RewriteRule ^/galaxy/robots.txt /seq/SOFTWARE/galaxy/static/robots.txt [L]

RewriteRule ^/galaxy(.*) http://[my IP address]/$1 [P]

I restarted apache after this and accessed : http://[my IP address]/galaxy but no webpage is found. Any advice on how I can proceed to configure the apache correctly?

Thank you,

Asma