| Temat | Autor | Odpowiedzi | Data | Ostatni post |

Wiekszość z was zastanawia się pewnie jakie powinny być chmod-y (uprawnienia dla plików) w DataLife Engine
Zapraszam do zapoznanaia się z dalszą częcią artykułu
CHMOD-y można ustawić na dwa sopsoby za pomocą np putty lub kożystając z ftp
Przechodzimy do głównego katalogu twojej strony (public_html):
(konedy putty)
chmod g+w ./backup/
chmod 775 ./engine/data/
chmod 775 ./engine/cache/
chmod 775 ./engine/cache/system/
chmod 775 ./engine/forum/cache/
chmod 775 ./engine/forum/cache/system
chmod 775 ./uploads/
chmod 775 ./uploads/files/
chmod 775 ./uploads/fotos/
chmod 775 ./uploads/posts/
chmod 777 ./uploads/posts/thumbs/
chmod 777 ./uploads/thumbs/
chmod 777 ./templates/
chmod 777 ./templates/Default/
find ./engine/cache/ -exec chmod 775 {} ;
find ./engine/cache/system/ -exec chmod 775 {} ;
find ./uploads -type d -exec chmod 777 {} ;
find ./uploads -type f -exec chmod 666 {} ;
find ./templates -type d -exec chmod 777 {} ;
find ./templates -type f -exec chmod 666 {} ;
find ./engine/data -type d -exec chmod 777 {} ;
find ./engine/data -type f -exec chmod 666 {} ;
Lub za pomocą FTP
chmod g+w ./backup/
chmod 775 ./engine/data/
chmod 775 ./engine/cache/
chmod 775 ./engine/cache/system/
chmod 775 ./engine/forum/cache/
chmod 775 ./engine/forum/cache/system
chmod 775 ./uploads/
chmod 775 ./uploads/files/
chmod 775 ./uploads/fotos/
chmod 775 ./uploads/posts/
chmod 777 ./uploads/posts/thumbs/
chmod 777 ./uploads/thumbs/
chmod 777 ./templates/
chmod 777 ./templates/Default/
Nie przegap:
Witaj gościu żeby zobaczyć pełną tereść wiadomości Zarejestruj sie.
Informacja
Użytkownicy z rangą Gość nie mogą dodawać komentarzy.


