-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not webserver agnostic #105
Comments
@mckaygerhard I will add rewrite rules for others as well (e.g. lighthttpd) |
@kishor10d there is the lighttpd rules ? why closed if there is no commit related? |
to avoid the rewrite nasty dependent you must change some ocurrences of codeigniter of by example to call public files and assets you must use for the hidden urls you must setup a another more elegant way could be a class/helper that detects if the site have a index,php defined or not, and return proper result from i can just started to find ways to made such change but of course only if you will also give enought support... cos i was xpecting to use this repo as template to a future auth api .. a missing kind of artifact in codeigniter.. , currently only you can find libs like Ion auth, myth-auth or the new hyper complicated shield.. all of those are just libraires that you must code.. my project will be an API that just will be consumed and coding will be only to provide more funtionallity @kishor10d |
lighttpd config suggestion
|
Why would @gstrauss will be interested in what "old applications" run in his project? that ultimately leaves a lot behind and has little welcome in my latest suggestions? lighttps is not used so much? hug?
i will check this @kishor10d but just advertise that index.php depends of the defined in config.php file, must be pointed in the configuration file, so if changed still must be recodified the usage of |
I want to use this application on my server. I put it in my subdirectory and Logme controller is not showing anything. When I press login button |
@muhammadasad251 : As per my understanding, you need to change the base url in config.php file. |
that's not true.. this web application forced to use rewrite.. making server focused and not agnostic, i already put the rule rewrite you provide it and dont workt.. advanced sistems like dockuwiki already does this whitout forced admins to use apache2 @muhammadasad251 |
the app only works with rewrite rule activated that only documented for apache2 in htaccess
The text was updated successfully, but these errors were encountered: