Apache is a free and open source HTTP web server. Used on over 100 million websites it’s the most popular and widely used server in the world.

Using a Windows NTFS XAMPP / Apache Install on a Linux Apache Server

27th
May
apache icon

How to use, view and edit websites and MySQL from a Windows NTFS installation of XAMPP in Ubuntu Linux.

Redirect Old Domain Names with Apache htaccess File

14th
Apr
apache icon

How to redirect entire domains and single pages to new or mirrored web sites with new domain names. Easy domain name redirections without the Apache rewrite module.

Mapping Linux (ext3) File System for use in Apache under Windows

26th
May
apache icon

After setting the Windows hard drive as the primary boot device I set out to not only read the Linux filesystem (ext3) with all my work but to also continue it in Apache under Windows which, to my surprise, was actually very easy. By the end of this reference you should be able to use your Linux filesystem within Windows and use Apache to read and use the website related content off your Linux filesystem.

URI Rewriting Alongside WordPress’ PermaLinks

18th
May
apache icon

With the release of this Journal I decided to use Wordpress’ permalinks, which basically provides an easy hassle-free option for rewriting Wordpress’ URI’s. When uploading my most recent site there was a conflict with .htaccess and my rewrites simply weren’t working.