| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| shafiee -
 
 
 Joined: 07 Dec 2007
 Posts: 1
 
 
 | 
			
				|  Posted: Wed Dec 19, 2007 10:26 pm    Post subject: Convert from ISAPI_Rewrite |   |  
				| 
 |  
				| Hi, 
 I need URL rewriting for my command in ISAPI_Rewrite.
 
 my httpd.ini on iis is :
 
 RewriteCond  Host: (?!www\.)([^.]+)\.site\.com
 RewriteRule (?!/\1)(.*) /$1$2 [I,L]
 
 sample ( rewtie all foder ) :
 
 ali.site.com ----->  site.com/ali
 
 i have need convert command to Abyss url rewritng .
 
 Please help me.
 
 Thank You
 |  | 
	
		| Back to top |     | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Thu Dec 20, 2007 5:00 pm    Post subject: Re: Convert from ISAPI_Rewrite |   |  
				| 
 |  
				| shafiee, 
 Unfortunately, the current URL rewriting engine in Abyss Web Server cannot use values from headers (here the Host header) and inject them back in the redirection URL/path as your example does.
 _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		|  |