Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/07/2012, 15:34
Jnuserful
 
Fecha de Ingreso: marzo-2011
Ubicación: Arandas Jalisco En mexico
Mensajes: 35
Antigüedad: 13 años
Puntos: 0
Busqueda configurar htaccess para optener esta url

Hola , me podrían explicar como configurar el htaccess para obtener estas url's?



lo he intentado así pero no me funciono

Código Apache:
Ver original
  1. <IfModule mod_rewrite.c>
  2.     Options +FollowSymlinks
  3.     RewriteEngine On
  4.     RewriteBase/
  5.     RewriteCond %{SCRIPT_FILENAME} !-d
  6.     RewriteCond %{SCRIPT_FILENAME} !-f
  7.     RewriteRule ^index.php\#+(\w+)/(\w+)/?$ index.php?c=$1&action=$2
  8.     RewriteRule ^index.php\#+(\w+)/?$ index.php?c=$1[R]
  9. </IfModule>

Gracias