En un blog ponia que habia que descomentar
LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c (esta linea no la encontre en el httpd.conf )
¿podrian ayudarme? Gracias

| |||
Instalar cakePhp? Tengo un problema, es que no me carga la hoja de estilo de Cake. En un blog ponia que habia que descomentar LoadModule rewrite_module modules/mod_rewrite.so AddModule mod_rewrite.c (esta linea no la encontre en el httpd.conf ) ¿podrian ayudarme? Gracias ![]() |
| |||
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. |
| |||
Re: Instalar cakePhp? Hola, En este link puedes encontrar como instalar CakePHP -> http://www.cakephp-hispano.org http://www.cakephp-hispano.org/modules.php?name=Content&pa=showpage&pid=2 Tambien, tienes mucha info en esta otra: http://www.cakephp-es.org Espero te sea útil Bye |