79545364

Date: 2025-03-31 01:37:31
Score: 1
Natty:
Report link

check your file .htaccess, if file isn't any, create and rewrite this code

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

and save to your directory folder_codeigniter/

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Enda Tamsing