iceangel89 wrote:
> 
> anyone uses IIS7 with Zend Framework? 
> 
> 
> iceangel89 wrote:
>> 
>> i have installed Zend Server with integration for IIS7.5. now i need to
>> get ZF working... i think i am missing htaccess i am trying to use
>> http://learn.iis.net/page.aspx/460/using-url-rewrite-module/ i dunno if
>> it will work but anyone got ZF to work with IIS?
>> 
> 
> 

It's actually quite easy:
- install the URL-Rewrite-Module
- add a web.config to your public folder with the following content

<?xml version="1.0" encoding="UTF-8"?>

    
        
            
                
                
            
        
        
            
                
                
                    
                    
                        
                        
                    
                    
                
                
                    
                    
                    
                
            
        
    


-- 
View this message in context: 
http://www.nabble.com/Zend-Server-%2B-IIS7.5-%2B-Zend-Framework-%28HTACCESS%29-tp23889995p23909345.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to