2010-01-11 6 views
1

누군가가 .htaccess에서 한 번 .asp로 된 모든 페이지를 .php로 만들 수있는 간단한 방법을 가지고 있습니까? 예를 들어, index.asp는 이제 index.php 등입니다. 서버는 apache입니다.Htaccess redirect

답변

4
RewriteEngine on 
RewriteRule ^(.+)\.asp$ $1.php