Free Web Server Using Linux and Apache Ebook
May 12, 2009
Free Web Server Using Linux & Apache Ebook is everything you need to learn to build and maintain your Linux servers, and to deploy Web applications to them. This is a Free 191 Page Preview.
Whether you’re planning on running Linux at home, or on a leased Web Server, this book will walk you step-by-step through all of the common administration tasks, from managing traffic reporting to log-file rotation. This guide even includes step-by-step instructions on installing Linux (Fedora 4), Apache 2.0, PHP 5 and MySQL 4.1 on a home or office development server, so you can test all of your applications before rolling them out. [Read more]
Popularity: 23%
How to change .htm/.html into PHP or ASP pages
July 20, 2008
If you have a website with lots of .htm or .html pages indexed on Google (or other search engine) and they have many backlinks, I’m sure you won’t let them deleted just because you want to serve dynamic content and change their extension to PHP or ASP pages. That’s enough reason why you have to read the tutor below on how to interpret .htm/.html into PHP or ASP pages in order to make them could serve dynamic content.
That could be done without changing the extention on the Apache Web Server for PHP or IIS Web Server for ASP.
Change .htm/.html to PHP pages
You could tell your Apache Web Server to interpret your .htm/.html files as .php files and serve dynamic content. Just add the following code:
AddType application/x-httpd.php .html .htm
On some Apache servers, they might require the following code line: [Read more]
Popularity: 10%






Recent Comments