Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A solution for virtual hosts and Rendezvous' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A solution for virtual hosts and Rendezvous
Authored by: fbitterlich on Aug 23, '04 02:45:31PM

Cool tip! However, I can't get the rewrite rule working. The Rendezvous part works fine.
I've set the RewriteLogLevel to 3, but none of the /.vh/ requests seem to go to the rewrite engine... however in other parts of the server I've got reqriting working fine (through a .htaccess file)... any ideas?



[ Reply to This | # ]
A solution for virtual hosts and Rendezvous
Authored by: Beernd on Aug 24, '04 04:10:42AM

I had the same problem when trying to play with mod_rewrite. You need to loosen the tight AllowOverride directive. I just made it as loose as possible: AllowOverride All, and then it worked for me. I'm not sure where exactly it should be placed in this example, I'm no Apache-guru. Just try, I guess you'll be able to make it work.

---
"Perhaps nothing is quite true, and not even that!"
Multatuli, Ideen 1



[ Reply to This | # ]