How do i stop http://builtwith.com/ and other similar services from identifying my website as built with codeigniter? For security purposes i would like to hide it. I know the website is secure & tested.
Asked
Active
Viewed 684 times
1
-
Do you know what Builtwith's crawler's user agent is? You can block that. But also I would like to know what exactly is it. – CMCDragonkai Nov 16 '13 at 01:33
1 Answers
1
Make sure you're not using any of the default ci_
prefixes for cookies/sessions. Anything prefixed with ci_
will be a dead giveaway for a crawler that analyzes these things.
CodeIgniter doesn't send special headers that identify itself as far as I know, so that shouldn't be an issue.

Brendan
- 4,565
- 1
- 24
- 39