21/05/2014, 10:31
|
| | Fecha de Ingreso: agosto-2004
Mensajes: 113
Antigüedad: 20 años, 2 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] |