dongpu1331 2013-04-22 14:33
浏览 27
已采纳

xampp - 在html文件的一部分时不解释php [重复]

This question already has an answer here:

Using xampp and having some problems. When I put a section of php code into its own file with php extension and run that via localhost then it works. When I embed the php into a file with html extension and run that it seems the php is not being interpreted but completely ignored. Is there an xampp config option that disables php being interpreted in javascript or html files?

</div>
  • 写回答

2条回答 默认 最新

  • douce1368 2013-04-22 14:47
    关注

    Assuming you've got xampp installed in the root of C (the default location)...

    I wouldn't really recommend it as it adds an unnecessary overhead on actual HTML files but you can do it ... in C:/xampp/apache/conf/extra/httpd-xampp.conf you should see something that looks like:

    #
    # PHP-Module setup
    #
    LoadFile "C:/xampp/php/php5ts.dll"
    LoadModule php5_module "C:/xampp/php/php5apache2_4.dll"
    
    <FilesMatch "\.php$">
        SetHandler application/x-httpd-php
    </FilesMatch>
    <FilesMatch "\.phps$">
        SetHandler application/x-httpd-php-source
    </FilesMatch>
    

    You can tell Apache to treat .html files as PHP by adding a new FilesMatch directive:

    <FilesMatch "\.html$">
        SetHandler application/x-httpd-php
    </FilesMatch>
    

    Or you can do it by adding an .htaccess file into your document root that contains something like AddHandler application/x-httpd-php .html

    There are much better ways to do it though, use RESTful URLs for instance (and thereby avoid having the file-type even hinted at) and keep all your PHP files as .php - but you'll probably need to get into the dark arts of Apache mod_rewrite for that.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染