I am working on wamp. the link to my site is : localhost/tshirtshop/
Before rewriting it is : localhost/tshirtshop/index.php?product=12
After rewriting it is : localhost/product-title-p12
Problem: Everything is working fine. but the problem is with Css files.
This file is not including.. when i saw the source code (Ctrl+U) the path is like this :
localhost/tshirtshop/product-title-p12/styles/tshirtshop.css
What i tried:
I tried this
<style>
<?php include 'styles/tshirtshop.css';
</style>
It works but not a solution for me. as there are some other images to be included also i.e logo which results as this path: localhost/tshirtshop/product-title/images/tshirtshop.png
It might be a very easy solution. But i am facing problem since one hour. i tried googling for similar problems but not found any. so please dont mind. and sorry for my english.