15 lines
		
	
	
		
			298 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			298 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
|  | 
 | ||
|  | #RewriteEngine On | ||
|  | #RewriteBase /actions/ | ||
|  | #RewriteRule ^reportbug$ reportbug.php | ||
|  | 
 | ||
|  | 
 | ||
|  | # Redirect bug reports to a server that allows sending mail | ||
|  | 
 | ||
|  | Redirect 307 /actions/reportbug http://sampo.kapsi.fi/openrocket/reportbug.php | ||
|  | 
 | ||
|  | RewriteEngine On | ||
|  | RewriteBase /actions/ | ||
|  | RewriteRule ^updates$ updates.php | ||
|  | 
 |