
21/04/2009, 21:05
|
 | | | Fecha de Ingreso: mayo-2005 Ubicación: Perú
Mensajes: 322
Antigüedad: 19 años, 10 meses Puntos: 1 | |
Respuesta: Redireccionar una carpeta/módulo a otro directorio con .htaccess Ojaala esto pueda ayudarte:
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] |