Re: [Cppcms-users] RES: RES: RES: RES: RES: Run on Windows 7
Brought to you by:
artyom-beilis
From: Pavel K. <un...@fu...> - 2011-03-24 13:18:29
|
hi, as Artyom said, you should use document root according to webserver you use to serve static content. cppcms have one build in, see docs/examples how to use it; or you can use nginx (performance ;), lighthttpd, apache... pavel. >> Maybe provide correct document root for the web server??? On Thursday 24 March 2011, Renato Forti wrote: > If I provide full path, this should work? > > For sample, change this: > > <link href="style.css" rel="stylesheet" type="text/css"> > > To this: > > <link href="c:\cppcms\test\website\style.css" rel="stylesheet" > type="text/css"> > > Thanks |