Tema: Mod Rewrite
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/07/2007, 00:49
Avatar de korg1988
korg1988
 
Fecha de Ingreso: junio-2006
Ubicación: Santa Fe, Argentina
Mensajes: 825
Antigüedad: 17 años, 10 meses
Puntos: 19
De acuerdo Mod Rewrite

hola el problema es el siguiente, no puedo activar el modulo Mod Rewrite en mi apache
Aca les voy a dejar los datos de lo que estoy intentando hacer
estoy trabajando en un directorio llamado http://localhost/1/
en el .htaccess que se encuentra en 1/ tengo lo siguiente
Código:
Options +FollowSymLinks

RewriteEngine on

RewriteRule (.*)/(.*)/$ estilo.php?usuario=$1&post_id=$2
entonces yo hago un link como el siguiente http://localhost/1/cristian/12/

eso supuestamente tendria que imprimirme cristian y 12 ya que eso es lo que tengo puesto para uqe haga en el archivo estilo.php que se encuentra en 1/ pero en ves de eso me dice esto en mi pagina
Cita:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, localhost@localhost 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.
Apache/2.2.4 (Win32) PHP/5.2.1 Server at localhost Port 80
entonces he buscado en internet para activar este modulo y he realizado lo siguiente:
He establecido estas lineas en lugar de las anteriores que estaban
<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
Satisfy all
</Directory>

y reinicie el servicio pero el problema sigue, si alguien puede ayudarme se lo voy a agradecer muchisimo
gracias