<Directory /var/www/test/public/>
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
[/code]
It is working, when I go to ruby.cms01.uperto.int, it goes to the real
path, which is /var/www/test/public/ and the login page appears, but my
problem is that I don’t have any images, stylesheets or javascript.
I tried with aliases, but it doesn’t work…
I really don’t find answers anymore, and a little help would be great!
Thanks in advance, and tell me if you need more information
I had another problem as well, where textile wouldn’t function and the
pages/snippets/layouts tabs didn’t appear, etc. I’m not sure how that
got fixed, except that I had restarted my browser meantime. A session
management issue? Your symptoms didn’t seem the same, though.
So it goes to http://ruby.cms01.uperto.int/images for the images and http://ruby.cms01.uperto.int/stylesheets for the stylesheets. Images and
stylesheets are actually in /var/www/test/public/images (or
…/stylesheets). But with the settings of the virtual host, it should
transform ruby.cms01.uperto.int in /var/www/test/public/ , isn’t it? Is
there another option that I should add?