Forum Moderators: phranque
http://www.mysite.com/test.asp --> http://www.mysite.com/test.php http://sub.mysite.com/test.asp --> http://sub.mysite.com/test.php http://www.mysite.com/folder/default.asp --> http://www.mysite.com/folder/index.php [edited by: andreasa2010 at 3:36 pm (utc) on Oct 17, 2010]
RedirectMatch (.*)default\.asp$ http://www.mysite.com$1index.php
RedirectMatch (.*)\.asp$ http://www.mysite.com$1.php [edited by: andreasa2010 at 3:36 pm (utc) on Oct 17, 2010]
Options +FollowSymLinks -Indexes -MultiViews
RewriteEngine on
#
RewriteRule ^(.+)\.asp /$1.php [L]