URL que quiero que se vea en el navegador:
http://www.mipagina.com/XXXXXXX
URL que quiero a la que se transforme internamente:
http://www.mipagina.com/verScript.php?parametro=XXXXXXX
Alguién sabe como hacerlo ? a mi se salen bucles xq me indica el error:
mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary.
El .htaccess que uso es:
Código HTML:
Options +FollowSymLinks RewriteEngine on RewriteRule .* /verScript.php?parametro=$1 [L]