If you put HTML files in the htdocs folder, Apache should serve them as
HTML and then it depends on your browser understanding the HTML properly.
In most browsers, there is a development or debug panel that let's you see
the raw request and response. If you are not sure how to get that or what
the
Thanks. I'm going to try mod_php.
On Tue, Dec 24, 2013 at 8:53 PM, Yehuda Katz wrote:
> If you put HTML files in the htdocs folder, Apache should serve them as
> HTML and then it depends on your browser understanding the HTML properly.
> In most browsers, there is a development or debug panel
I need an example of a simple application and how to set it up on Apache
2.2. I'm running Windows XP, and I've read all the documentation. I've
put some Web apps under the htdocs folder, but they just show the source
html and don't actually run the application. I'd like to see an example
that is