Mirar estoy modificaciondo el htaccess pero el servidor me da error:
Código PHP:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@web.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.41 Server at www.web.com Port 80
Código PHP:
# BEGIN CHEF mod_rewrite
<IfModule mod_rewrite.c>
php_value session.use_trans_sid 0
RewriteEngine On
RewriteRule ^contacto.html index.php?p=contacto
RewriteRule ^contacto.htm index.php?p=contacto
RewriteRule ^registro.html index.php?p=registro
RewriteRule ^registro.htm index.php?p=registro
RewriteRule ^registrado.htm index.php?p=registrado
RewriteRule ^registrado.html index.php?p=registrado
RewriteRule ^cuenta.html index.php?p=cuenta
RewriteRule ^cuenta.htm index.php?p=cuenta
RewriteRule ^panel.html index.php?p=panel
RewriteRule ^panel.htm index.php?p=panel
RewriteRule ^pedido.html index.php?p=pedido
RewriteRule ^pedido.htm index.php?p=pedido
RewriteRule ^favoritos.html index.php?p=favoritos
RewriteRule ^favoritos.htm index.php?p=favoritos
RewriteRule ^comprar.html index.php?p=comprar
RewriteRule ^comprar.htm index.php?p=comprar
RewriteRule ^guardados.html index.php?p=guardados
RewriteRule ^guardados.htm index.php?p=guardados
RewriteRule ^quienes.html index.php?p=quienes
RewriteRule ^quienes.htm index.php?p=quienes
RewriteRule ^carrito.html index.php?p=carrito
RewriteRule ^carrito.htm index.php?p=carrito
RewriteRule ^regalos-([1-9][0-9]*).* index.php?p=regalos&idx=$1
RewriteRule ^regalo-([1-9][0-9]*).* index.php?p=regalo&idx=$1
RewriteRule ^productos-([1-9][0-9]*).* index.php?p=productos&idx=$1
RewriteRule ^producto-([1-9][0-9]*).* index.php?p=producto&idx=$1
RewriteRule ^busqueda-([1-9][0-9]*).* index.php?p=busqueda&idx=$1
RewriteRule ^index.html index.php
</IfModule>
# END CHEF
Si alguien pudiera ayudarme se lo agradecería.
Muchas gracias.