So, inside my .htaccess file I have the following code:
It should work perfectly right? Wrong. It does work fine on Firefox, but whenever someone reaches a 404 on my website via Chrome, he get's a "Suggestion:Search on Google:" box.
Try by yourself: http://dicasdenerd.com.br/asdsaasdasd
Are there any workarounds for this?
Ps: Seems that IE does the same thing, only FF respects the .htaccess directives.
Code:
ErrorDocument 404 /index.php
It should work perfectly right? Wrong. It does work fine on Firefox, but whenever someone reaches a 404 on my website via Chrome, he get's a "Suggestion:Search on Google:" box.
Try by yourself: http://dicasdenerd.com.br/asdsaasdasd
Are there any workarounds for this?
Ps: Seems that IE does the same thing, only FF respects the .htaccess directives.
Last edited:










