panique / mini

Just an extremely simple naked PHP application, useful for small projects and quick prototypes. Some might call it a micro framework :)
1.35k stars 478 forks source link

How to allow a file to access? #222

Closed rsmmukesh closed 8 years ago

rsmmukesh commented 8 years ago

for example i need to allow my sitemap to access " www.sitename.com/sitemap.xml ". currently it will check for controller and action and it fails. how i can manage it?

panique commented 8 years ago

put the file inside the /public folder :)

rsmmukesh commented 8 years ago

Yes. thank you. i got it.