How to create a robots.txt file in a codeigniter project to hide a view page . where should i place this robots.txt file currently i have created file like this
User-agent: *
Disallow: /application/views/myviewpage.php
in side
/public_html/folder/robots.txt
(Where i place my .htaccess
file). Is there any way to test this?