meenie / munee

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

htaccess #31

Closed manar007 closed 11 years ago

manar007 commented 11 years ago

with which may be associated this message ? "Error: No file specified; make sure you are using the correct .htaccess rules." munee does not wrok

archergod commented 11 years ago

The error you specificed, is not because of munee. There is some error within your .htaccess, the is probably because of typo in .htaccess or hidden characters. making .htaccess again should solve it for you. If not, make sure you refer to correct path to munee.php file in htaccess rule. if needed, add folder name to path of munee.php

meenie commented 11 years ago

Hi @manar007,

Did @archergod suggestions work? As he said, the reason you would get that error is because the .htaccess file is not configured properly or your server doesn't allow overrides. If all else fails, please try the "Using Munee without .htaccess file" in this page: http://mun.ee/Tips_&_Tricks

Please feel free to open this issue if your problem persists.