简体   繁体   English

我如何在MAMP PRO中将.asp作为.php执行?

[英]How can i execute .asp as .php in MAMP PRO?

I want MAMP PRO to execute .asp files as .php. 我希望MAMP PRO将.asp文件执行为.php。 I dont have any htacess there, but i edited http.conf file. 我那里没有任何htacess,但我编辑了http.conf文件。

I have already added a line on httpd.conf, like this AddType application/x-httpd-php .asp .aspx but it still shows the PHP source code. 我已经在httpd.conf上添加了一行,例如此AddType application/x-httpd-php .asp .aspx但它仍显示PHP源代码。

It won't execute them either, any ideas? 它也不会执行它们,有什么想法吗?

I think you are missing a line... 我想你错过了一行...

AddType application/x-httpd-php .asp .aspx
AddHandler application/x-httpd-php .asp .aspx

Remember to restart MAMP. 记住要重新启动MAMP。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM