How to create a robots.txt file to hide a view page from search engines in codeigniter

前端 未结 1 1871
萌比男神i
萌比男神i 2021-01-28 13:58

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

         


        
1条回答
  •  闹比i
    闹比i (楼主)
    2021-01-28 14:33

    The robots.txt file MUST be placed in the document root of the host. It won’t work in other locations.

    If your host is example.com, it needs to be accessible at http://example.com/robots.txt.

    If your host is www.example.com, it needs to be accessible at http://www.example.com/robots.txt.

    0 讨论(0)
提交回复
热议问题