Ver Mensaje Individual
  #14 (permalink)  
Antiguo 19/02/2010, 18:44
caca1
(Desactivado)
 
Fecha de Ingreso: febrero-2010
Mensajes: 42
Antigüedad: 14 años, 2 meses
Puntos: 1
Respuesta: URLS accesibles

Actualmente tengo asi la regla

Código:
ErrorDocument 404 http:../../Error404.php

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^([^/]+)/([^/]+)/$ noce.php?$1=$2 [L]
pero quiero cambiar las urls de

Código:
http://localhost/tutorial/index.php?tipo=xhtml
http://localhost/tutorial/tutorial.php?tipo=xhtml&tutorial=3
http://localhost/Pregunta/respuesta.php?pregunta=1
http://valacx.hostei.com/Pregunta/respuesta.php?pregunta=1&page=1
las quiero pasar a algo que se paresca a esto,

Código:
http://localhost/tutorial/tipo/xhtml
http://localhost/tutorial/tipo/xhtml/tutorial/3
http://localhost/Pregunta/respuesta/pregunta/1
http://valacx.hostei.com/Pregunta/respuesta/pregunta/1/page/1
PERO COMO dije anterior mente no resibo las bariables del metodo $_GET[]