0

I have facing the 404 page issue in codeigniter on localhost.

I have also set rewrite_mode enable on appache and if I have disable rewrite_mode than it gives 500 error. Also set .htaccess file.

  DirectoryIndex index.php

# Rewrite engine
RewriteEngine On

# condition with escaping special chars
RewriteCond $1 !^(index\.php|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]

Appache hhtpd.conf file:

<VirtualHost *:80> 
DocumentRoot "C:/wamp/www/newpro/public" 
ServerName localhost 
</VirtualHost>

Please help me for the same. Thanks.

Paras Dalsaniya
  • 99
  • 2
  • 10

0 Answers0