Apache can't interpret the following link :
<link href="" rel="stylesheet" type="text/css" />
but when I open the html file directly in the browser it works, the style is applied. if I use the url link:
http://localhost:8080/TCS/group/guest
the style is not anymore applied, it can't read main.css@browserId=firefox&t=1344590189623. If I rename main.css@browserId=firefox&t=1344590189623 to main.css and change it also in the html file, the style is applied.
Could anyone help? Thank you for your answers.