I am following this guide to install apache with PHP with the latest code igniter: https://manageacloud.com/cookbook/mvll35qpg91j2b4n8hao9avq02
It is following the recommended rewrite configuration to remove the “index.php” according to the documentation: https://ellislab.com/codeigniter/user-guide/general/urls.html
However when I run this configuration and access to the welcome page I have a warning from apache:
A PHP Error was encountered
Severity: Warning
Message: strpos(): Empty needle
Filename: core/URI.php
Line Number: 190How can I fix this warning ?