When I change my project name to .php , my php page doesn't see new css element. When i change name to .html and after run my project directly to directory. This time my project see all css element. İf run my project on localhost , this time same and doesn't see new css elements.
I tried everything , close xampp and browser so same. After restart my computer and then same
My css import code;
<link rel="stylesheet" type="text/css" href="adminstyle.css" />
Where is the problem?