Si tu instalación de codeigniter dice:
no input file specified
debes editar el archivo .htaccess y colocar algo así:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
Notar el ? luego de index.php ….
Sin comentarios a “Codeigniter no input file specified | solucion » no input file specified «”
Por favor espera
Deja una respuesta