Problem in apache2 with mod rewrite when setting rules in .conf files instead of .htaccess
        Posted  
        
            by gonzlikes
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by gonzlikes
        
        
        
        Published on 2010-03-30T17:17:42Z
        Indexed on 
            2010/03/30
            17:23 UTC
        
        
        Read the original article
        Hit count: 884
        
Hi, Because of weird security policies of my hosting provider I have to define my rewrite rules in /etc/apache2/conf.d/examplesite.conf instead of writing them on an .htaccess on the www folder of that site.
What I'm trying to do is setup a Wordpress Mu server (http://mu.wordpress.org/forums/topic/17349 ) and so far its working on a 50%.
The main blog loads perfectly but other sub blogs (located for example at www.example.com/blog2 ) don't.
I'm guessing the problem is that the rewrite rules behave differently when declared at .conf files for each virtual host instead of using .htaccess files.
Has anybody else had this problem? How can you fix it?
© Stack Overflow or respective owner