Monday, June 30, 2014

GET through URL Rewrite Lighty lighttpd

one quick post about handling this. it took me a few hours to figure this out. make sure you handle the URL rewrite in the lighttpd conf otherwise you will see your GET params being dropped in PHP at least that was my experience here is the link where I found the correct wayt to rewrite through lighttpd


http://redmine.lighttpd.net/projects/1/wiki/Docs_ModRewrite


and then also check it out github for Slim example which is the framework I was using


https://github.com/codeguy/Slim/issues/405

No comments:

Post a Comment