I know a similar question has been asked, except I just can't get it to work after trying the solution multiple times.
So I have a workspace folder, and "Website" folder inside there.
/Workspace/Website/
Then I have files inside that website files such as index.htm and style.css and a folder called test.
From the test folder, I want to reference style.css from the "/Website/" folder.
When I link using src="/style.css", the url becomes "/Workspace/style.css". I don't want the root to be "/workspace", I want it to be "/Website".
How do I do this? I already tried the Web Server Preview, I made the Base URL: http://localhost:2020/, then the document root: /C:...Workspace\Website
Still, style.css isn't references from the website folder, instead from the workspace. How do i fix this? Please help.
Thanks.