sshutdownow / mod-myvhost

Automatically exported from code.google.com/p/mod-myvhost
Apache License 2.0
5 stars 5 forks source link

mod_rewrite not working for vhosts from mod_myvhost #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Debian Package - setup DB, etc.
2. Enable mod_rewrite
3. mod_rewrite is not available to vhost files

Outcome: in the .htaccess file the If block for the mod rewrite fails, causing 
the php scripts I have written to give errors and exit.

Debian Package for Ubuntu 10.10, installed on Ubuntu 10.04 LTS

The odd thing about this that I have the normal vhost still enabled and running 
a domain or two for testing. And the mod_rewrite works for them. The 
directories have the same access and security settings.

Original issue reported on code.google.com by vpsitewo...@gmail.com on 9 Jan 2011 at 12:59

GoogleCodeExporter commented 9 years ago
 I believe that mod_rewrite is work together with mod_myvhost. To use it you should enable mod_rewrite for dir that is root for all dynamic vhosts.

Original comment by iPop...@gmail.com on 21 Mar 2012 at 6:05