CSS merging with PHP

后端 未结 5 1105
不知归路
不知归路 2020-12-24 03:31

I found this on a website,

css_loader.php



        
5条回答
  •  时光取名叫无心
    2020-12-24 04:11

    hey have you checked if your server appends a few lines to your code (for example an analytics code) . if so you must add a rule in .htaccess that stops the server for adding lines to your code. this can be done by adding this to .htaccess - "php_value auto_append_file none" without quotes of course . i hope this helps

提交回复
热议问题