I'm creating a design for my website before coding it in PHP.
The thing is the path to my images/css/javascript is like this : link="/stylesheets/style.css" so it doesn't work when I open it locally (it reaches to my c:/ harddrive).
If I change it to the relative path to make it work locally I have to change everything back when I want to start coding.
What are you guys method to tackle this issue?