Assets (css/javascript) not interpreted

Re: Assets (css/javascript) not interpreted

by Hugo Pozzoli -
Number of replies: 0

Thank you Howard !

Indeed, I've added this line of code in my web service nginx configuration and that did the trick.

rewrite ^(.*\.php)(/)(.*)$ $1?file=/$3 last;