Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/01/2014, 04:59
djsocux
 
Fecha de Ingreso: septiembre-2011
Mensajes: 4
Antigüedad: 13 años, 7 meses
Puntos: 0
Pregunta Problema con el .htaccess

hola usuarios, vengo a pedir ayuda ya que mi .htaccess no me esta funcionado y me estoy comiendo la cabeza por que no funciona a ver si alguien puede ayudarme

.htaccess
Código:
#Options +FollowSymLinks
#AllowOverride All

RewriteEngine On
RewriteBase /

#uncoment if you will automatically create subdomain

#RewriteCond %{HTTP_HOST} !^www [NC]
#RewriteCond %{HTTP_HOST} ^(.+)\.YOURDOMAIN\.com$ [NC]
#RewriteCond %{REQUEST_URI} !^/subdomains
#RewriteRule ^(.*) %{HTTP_HOST}$1
#RewriteRule ^(.*)\.YOURDOMAIN\.com(.*) /subdomains/$1/$2

#RewriteCond %{HTTP_HOST} !^www [NC]
#RewriteCond %{HTTP_HOST} ^(.+)\.YOURDOMAIN\.com$ [NC]
#RewriteCond %{REQUEST_URI} ^/subdomains
#RewriteRule ^(.*) %{HTTP_HOST}$1
#RewriteRule user/a.x /subdomains/index.php?a.x

#--------------
Options +FollowSymLinks
RewriteEngine on



RewriteRule user/(.*)/(.*) showpage.php?user=$1&page=$2 [nc]