
26/06/2007, 00:36
|
| | Fecha de Ingreso: junio-2007 Ubicación: Barcelona
Mensajes: 20
Antigüedad: 17 años, 8 meses Puntos: 1 | |
Re: Instalar cakePhp? Yo tube el mismo problema que tu, y se solucionó aplicando el primer punto de los que te indico a continuacion (instrucciones recuperadas directamente de la documentacion de CakePHP): Occasionally a new user will run in to mod_rewrite issues, so I'll mention them marginally here. If the Cake welcome page looks a little funny (no images or css styles), it probably means mod_rewrite isn't functioning on your system. Here are some tips to help get you up and running:
1-Make sure that an .htaccess override is allowed: in your httpd.conf, you should have a section that defines a section for each Directory on your server. Make sure the AllowOverride is set to All for the correct Directory.
2-Make sure you are editing the system httpd.conf rather than a user- or site-specific httpd.conf.
3-For some reason or another, you might have obtained a copy of CakePHP without the needed .htaccess files. This sometimes happens because some operating systems treat files that start with '.' as hidden, and don't copy them. Make sure your copy of CakePHP is from the downloads section of the site or our SVN repository.
4-Make sure you are loading up mod_rewrite correctly! You should see something like LoadModule rewrite_module libexec/httpd/mod_rewrite.so and AddModule mod_rewrite.c in your httpd.conf. |