gtbikerider
Technical User
I'm referencing a file - e.g. a style like...
@import url("/myfolder/myfile.css");
This works fine when on the live server - it finds the file at
However when I work locally I user
etc
So the above reference won't work - I'd have to use...
@import url("/client1/myfolder/myfile.css");
How do you set up the local server so I can use the same code locally and live?
--
John
@import url("/myfolder/myfile.css");
This works fine when on the live server - it finds the file at
However when I work locally I user
etc
So the above reference won't work - I'd have to use...
@import url("/client1/myfolder/myfile.css");
How do you set up the local server so I can use the same code locally and live?
--
John