I am having same problem as OP. the pages aren't loading properly. Also the only way I can access them is by launching the http files from the templates folder. If i try accessing via localhost:9080 I get page not found.
I am trying to figure out why when I start my server the HTTP service is disabled even though I have enabled="true"
From logs:
[05.05. - 19:19:57] [WORLD__INIT] HTTP world service disabled.
From eqemu_config.xml:
<http port="9080" enabled="true" mimefile="mime.types" />
|