Home >Backend Development >PHP Tutorial >php-tomcat's PHP environment references CSS error
tomcatphpcss
include folder and login.html folder are in the same directory, but if
<code> <link rel="stylesheet" href="include\css\style.css" type="text/css"/></code>
is referenced in login.html, it will not be referenced. I don’t know if it is a problem with the path configuration of tomcat’s PHP environment. It can be referenced normally in non-PHP folders, please help me