.htaccess - Execute PHP Code on ASP Page -
does know if there file handler (or other directive) can added .htaccess file force php code execute within asp page? it's working on client's site not on new server @ godaddy under plesk.
this what's in .htaccess file on site works, not working on new server.
<filesmatch "\.asp$"> forcetype application/x-httpd-php </filesmatch>
thanks.
you cannot have php , asp code on 1 page.
you cannot include php file asp code, , cannot include asp file php code.
but have php , asp pages inside 1 project.
you have file file extension .asp inside php code (and php code). handle such file should make changes in iis:
Comments
Post a Comment