Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/05/2014, 10:31
moquehua
 
Fecha de Ingreso: agosto-2004
Mensajes: 113
Antigüedad: 19 años, 8 meses
Puntos: 0
Respuesta: Ignorancia sobre htaccess

Solución
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)/(.+)$ f.php?seccion=$1&pid=$2 [NC,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/carpetadeadmin
RewriteRule ^(.+)/$ index.php?seccion=$1 [NC,L]