I'm stuck with Lighttpd and CI |
[eluser]Unknown[/eluser]
Hello ! I'm stuck today with Lighttpd and CI. My own small-server stand after router and is accesible via (example): http://someserver.dyndns.info:1234/ My CI projects lays in /codeigniter directory: http://someserver.dyndns.info:1234/codeigniter/proj1/ http://someserver.dyndns.info:1234/codeigniter/proj2/ http://someserver.dyndns.info:1234/codeigniter/proj3/ but always get 403 error after try to visit. Is here somebody, who can help me with config for mod_rewrite in lighty ? Here is some of my lighttpd.conf: Code: # Mod rewrite for Codeigniter projects - won't work :/ My server is Debian. please, help ![]() //edited: 02.09.2011 18:10 Few hours of searching, and still no results. Now, my lighttpd code for CI project1 looks like this: Code: $HTTP["url"] =~ "^/proj1/" { This config won't work, gives 404 :/ |
Welcome Guest, Not a member yet? Register Sign In |