| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		Jordan S -
 
  Joined: 12 Aug 2008 Posts: 1
 
  | 
		
			
				 Posted: Tue Aug 12, 2008 3:54 am    Post subject: How do i make the .htm exten acceptable format for my server | 
				      | 
			 
			
				
  | 
			 
			
				| How do i make the .htm extension an acceptable format for my web server? so it will load my viewers to that .htm page saced on my drive. | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		TRUSTAbyss -
 
  Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
  | 
		
			
				 Posted: Tue Aug 12, 2008 1:32 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				You should already be able to use .htm files. Are you saying you want paths with .html in them to go to paths with .htm?
 
 
 
Example:
 
 
http://host/path/to/file.html > http://host/path/to/file.htm
 
The URL Rewriting feature can accomplish this task for you. Is this what you're looking for? | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		 |