meenie / munee

Munee: Standalone PHP 5.3 Asset Optimisation & Manipulation
https://munee.herokuapp.com/
MIT License
833 stars 92 forks source link

File not found #43

Closed fbetil closed 9 years ago

fbetil commented 10 years ago

I have this error:

Not Found Error: File does not exist: /assets/css.css

When my file is named like my subfolder in webroot:

https://mydomain/mysite/assets/css/mysite.css
Langmans commented 10 years ago

You are not clear enough yet.

  1. Paths within your assets directory do not match: /assets/css.css versus /assets/css/mysite.css. The second is working, but the first one is not?
  2. What kind of server configuration do you have and are you using the default .htacces / munee.php contents, if not what are you using for those?

http://gist.github.com if you need to show us files but don't want to create a repo.

meenie commented 9 years ago

Closing this since there was no response. Thank you @rubenvincenten for trying to help out.