hey

I would like to use an self-made rails app with a media-wiki in the SAME
virtual host. the routing should work like following:

domain.net/ -> rails app
domain.net/wiki/ -> mediawiki

My vhost configuration looks like:
 DocumentRoot /var/www/domain/app/public
 Alias /wiki /var/www/domain/domain/httpdocs/w/index.php
 # see apache rewrites from mediawiki-docs:
 # http://www.mediawiki.org/wiki/Manual:Short_URL

The alias works correctly. But the php-files aren't parsed by apache. I
would be very happy if you have any suggestions.

Thank in advance
Benni
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to