내가 설정에 ubuntu12, PHP5와의 nginx에서 처음 fuelphp 프로젝트를 시도하고 파일을 찾을 수 없음Nginx에 Fuelphp 가상 호스트 구성은 -, 임 <a href="http://ucf.github.io/fuelphp-crash-course/#Every_Building_Needs_A_Scaffold" rel="nofollow">http://ucf.github.io/fuelphp-crash-course/#Every_Building_Needs_A_Scaffold</a></p> <p>임 내 응용 프로그램의 URL에 액세스하려고 할 때 필자가 갖는 문제에서 자신의 튜토리얼 다음
오류가 "파일을 찾을 수 없습니다"입니다http://localhost/public/messages
사용하는 다시 쓰기 규칙 메신저
root /path/to/project;
index index.php index.htm index.html;
location/{
try_files $uri $uri/ @handler;
expires 30d;
}
location @handler {
rewrite^/index.php?/$request_uri;
}
입니다
사전에 도움을 주셔서 감사합니다
$의 REQUEST_URI 이미 선도적 인 슬래시가 내 아파치
감사를 다시 시작됩니다. 그래서 다른 것을 다시 추가해서는 안됩니다. –