Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/02/2011, 07:03
Avatar de NUCKLEAR
NUCKLEAR
Moderador radioactivo
 
Fecha de Ingreso: octubre-2005
Ubicación: Cordoba-Argentina
Mensajes: 5.688
Antigüedad: 18 años, 6 meses
Puntos: 890
Respuesta: Codeigniter y .htaccess.... Ayuda por favor :S

Tu htaccess deberia ser asi

Código .htaccess:
Ver original
  1. Options +FollowSymLinks
  2. Options -Indexes
  3. DirectoryIndex index.php
  4. RewriteEngine on
  5. RewriteCond $1 !^(index\.php|panel_de_control|robots\.txt|favicon\.ico) <<<aca escapa las carpetas o archivos.
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. RewriteRule ^(.*)$ index.php?/$1 [L,QSA]


Saludos.
__________________
Drupal Argentina