I have some problems deleting the index.php object when installing CI, the current .htaccess im is used as follows:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /
My CI installation is coming back from the public_html directory, and I changed the configuration to
$config['index_page'] = "";
So my CI is as follows
/core-1.7.3 /public_html/index.php
When I type url, I get 404, but when I put index.php in front of it, it works fine: S
Im confused
codeigniter
Cecil Mar 05 2018-11-11T00: 00Z
source share