Changes between Version 8 and Version 9 of manual_regente_windows:wincvs
- Timestamp:
- 09/21/10 20:10:12 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
manual_regente_windows:wincvs
v8 v9 18 18 * Editar el archivo C:\Archivos de programa\Apache Software Foundation\Apache2.2\conf\httpd.conf y agregarle lo siguiente: 19 19 {{{ 20 ... 20 Alias /comunes "/proyectos/comunes/" 21 <Directory "/proyectos/comunes"> 22 Options Indexes MultiViews 23 AllowOverride None 24 Order allow,deny 25 Allow from all 26 </Directory> 27 28 Alias /regente "/proyectos/regente/" 29 <Directory "/proyectos/regente"> 30 Options Indexes MultiViews 31 AllowOverride None 32 Order allow,deny 33 Allow from all 34 DirectoryIndex index.html 35 </Directory> 36 21 37 }}} 38 * Reiniciar el servicio de Apache. 39 * Abrir en el navegador la siguiente url: http://localhost/regente 40 * Iniciar sesión con el usuario / clave de la instalación (en bases de datos iniciales es admin / 1234). 22 41 23 42