how do i 301 this rule
 
RewriteRule contact.html contact.php
 
i have the above rewriterule in .htaccess and now the below url can be accessed
 
http://www.djpassions.com/contact.html
 
but how do i get contact.php to redirect to contact.html? so if someone goes to http://www.djpassions.com/contact.php will be redirected to http://www.djpassions.com/contact.html
 
ive checked loads of docs on the net about this but none of the suggestions work :blush:
	
		
			
		
		
	
				
			RewriteRule contact.html contact.php
i have the above rewriterule in .htaccess and now the below url can be accessed
http://www.djpassions.com/contact.html
but how do i get contact.php to redirect to contact.html? so if someone goes to http://www.djpassions.com/contact.php will be redirected to http://www.djpassions.com/contact.html
ive checked loads of docs on the net about this but none of the suggestions work :blush:
							

 
