Skip to main content
Inspiring
February 22, 2016
Answered

server file extensions .css

  • February 22, 2016
  • 1 reply
  • 1660 views

Working with coldfusion developer edition.

Any file extension, such as .html or .css, throws a 404 error.

Of course, I need to be able to read a .css file into a template, so how do I do that?

This topic has been closed for replies.
Correct answer howard_owens

Success.

Finally found the right path to wsconfig and am all set.


For those who find this thread trying to solve the same issue, use the link above, when you get to where you need to run wsconfig

../ColdFusion/cfusion/runtime/bin/wsconfig

1 reply

Carl Von Stetten
Legend
February 22, 2016

Are you working on a local development environment, and using the ColdFusion built-in web server?

Inspiring
February 22, 2016

Yes.

Carl Von Stetten
Legend
February 23, 2016

I think serving static assets from the built-in server has been problematic in the past. Where are you placing the static files (html or css)?  Are they in subfolders under C:\ColdFusion10\cfusion\wwwroot?