Wiki Apache web servers has a great way to manipulate information using .htaccess files. .htaccess (hypertext access) is the default name of a directory-level configuration file that allows for decentralized management of web server configuration. The .htaccess file is placed…
Creating a GitHub Pages Blog With Octopress on OS X
Summary Install Octopress Setup Github Pages Add remote repository Review Git branches Preview on development Deploy to Github Prerequisites Install Ruby, Git Have a github account Basic knowledge of Git and github Confidence about the command line Install Git Please…
Configure IIS to Support .htaccess
Installation Download and install ISAPI Rewrite3 Configuration Open IIS Manager, select the site you want to pseudo-static → right click → property, choose ISAPI → Add, fill the Filter Name, such as "Rewrite". Executable file below click "Browse" and select…
Install PHP on IIS 6 for Windows Server 2003
One of most popular development platforms on the web is PHP which powers many popular applications and sites such as Facebook, WordPress and Joomla. While most of these systems are 'designed' to be used on a Linux system running the…