Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/08/2009, 09:44
Avatar de leeja
leeja
 
Fecha de Ingreso: octubre-2005
Mensajes: 82
Antigüedad: 19 años
Puntos: 0
Respuesta: Rewrite alias y htaccess

Cita:
Iniciado por ZiTAL Ver Mensaje
se me ha ocurrido algo mejor y es pasar todas las llamadas por index.php
Código:
RewriteEngine On
RewriteBase /zital
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /zital/index.php [L]
y trabajar con el $_SERVER['REQUEST_URI'] de php

asi sí que funcionan esas paginas ;)
Gracias... me fue bien esta solucion...

saludos
__________________
www.datasegura.net