Hi All; i would like to move my website to a linux hosting from win hosting. All most all of my pages are .asp pages and i dont want to change the file extensions. i am sure that a .htaccess file runs my .asp pages as php if i change my asp codes to php. So, can you help me to build my .htacess file?
Thanks XML; so is it what i need RewriteEngine on AddHandler application/x-httpd-php .asp .aspx Code (markup):
I normally go with something like this: RewriteEngine On Options +FollowSymlinks AddHandler application/x-httpd-php .asp .aspx Code (markup):