ie. http://domain.com/bbc.co.uk/feed.xml will redirect to http://domain.com/morss.py/bbc.co.uk/feed.xml and work.
		
			
				
	
	
		
			5 lines
		
	
	
		
			72 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			72 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
AddHandler cgi-script .py
 | 
						|
Options +ExecCGI
 | 
						|
 | 
						|
ErrorDocument 404 /morss.py
 |