Apache can't interpret the following link : <link href="../../chorus-theme/css/main.css@browserId=firefox&t=1344590189623" rel="stylesheet" type="text/css" />
because of the @browserId=firefox&t=1344590189623 after main.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. here is my configuration : - Full path and name of the HTML file in your filesystem : C:\Program Files\Apache2.2\htdocs\TCS\group\guest - DocumentRoot "C:/Program Files/Apache2.2/htdocs" - Httpd is running - I can access any page html file via httpD - httpd is configured to listen on port 8080