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 robots.txt file? #223

Closed rsmmukesh closed 8 years ago

rsmmukesh commented 8 years ago

how to allow robots.txt file ? currently it will show error there is no controller or action

panique commented 8 years ago

simply allow robots.txt in your htaccess file (so it will first look for real file, THEN for a controller if no real file exists), please do a research on google, there are lots of tutorials on this :)

rsmmukesh commented 8 years ago

thank you