BitAlchemists / Elenears-Erben

An open-source economy/diplomacy/war browsergame. EE is based on the PHP 5 framework Lithium - https://github.com/UnionOfRAD/lithium
http://www.elenear.net
5 stars 1 forks source link

make lithium running properly in php Built-in web server #75

Open Flyingmana opened 12 years ago

Flyingmana commented 12 years ago

http://php.net/manual/en/features.commandline.webserver.php

php 5.4 implements an built in webserver for testing applications which make it unnecessary to install and configure a webserver for developers.

currently lithium produces wrong links and includes wrong paths for css, js and other things if you use this.

Tomen commented 12 years ago

i suppose this has to do with mod-rewrite missing? maybe there is already documentation on this at the lithium docs. did you check it? i will have an eye on it later

Tomen commented 12 years ago

This is a list of webservers, where you have documentation for: http://lithify.me/docs/manual/configuration/servers

If you are not happy with this list, you can figure it out yourself or submit a ticket to https://github.com/UnionOfRAD/lithium/

Flyingmana commented 12 years ago

referenced Ticket: https://github.com/UnionOfRAD/manual/issues/28#issuecomment-3801509