.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:

enter image description here


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -