by kindcoder » Tue Aug 14, 2012 10:56 am
Hello, Is it possible to set up Lighttpd in such a way that it runs php as a code behind file pair? ie. (webpage.html/webpage.data) whereby the real php codes sits inside webpage.data and the webpage.html is just a front end to the internet? As such, webpage.html can be empty and when it is hit by the browser the real webpage.data is what gets run. Anyone know how this can be set up with Lighttpd ? Thanks in advance.