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[]