This shows you the differences between two versions of the page.
| — |
problemas_de_suexec_y_php [2009/03/14 10:35] (current) xiam created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | Los .php necesitan tener permisos 750. De lo contrario aparecerá una página en blanco o un error 500. | ||
| + | <code bash> | ||
| + | $ cd ~ | ||
| + | $ chmod -R 750 www | ||
| + | </code> | ||