i have the following codes
in head
<!DOCTYPE html>
<html>
<head>
<title> <?php print $title ?></title>
<link rel="stylesheet" type="text/css" href="/css/style.css"/>
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
</head>
<body>
in index
<?php $ha ="active"; $title ="League of Draven" ?>
<?php require_once 'inc/head.php';?>
<?php require_once 'inc/menu.php';?>
<?php require_once 'inc/footer.php';?>
my css file name is style.css in css folder. The problem is when i put localhost/Myshop in the browser its not picking css file.