![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/04/2009, 21:05
|
![Avatar de Jorgemen](http://static.forosdelweb.com/customavatars/avatar99610_1.gif) | | | Fecha de Ingreso: mayo-2005 Ubicación: Perú
Mensajes: 322
Antigüedad: 19 años, 9 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] |