freefcw / hustoj

the online judge system for acm/icpc
http://www.hustoj.org
263 stars 64 forks source link

Error with rewrite! #58

Open BakhodirIsmatov opened 6 years ago

BakhodirIsmatov commented 6 years ago

When I click the links on the navbar, it get an 404 error. (eg.http://localhost/problem/list) But when I add index.php in the url, then it's ok.(eg. http://localhost/index.php/problem/list) Is it my Apache Configuration's problem?

freefcw commented 6 years ago

yes, you apache rewrite rules is not working, if you use apache.

BakhodirIsmatov commented 6 years ago

I configure it's working. Submittion result is pending. Why???