Remove special characters from url using redirects

Feb 17 2012 Published by admin under Apache, Redirects

There are few CMS which do not remove special characters from the post and use them while entering the title. You can remove them using redirects using htaccess file or httpd.conf itself. A very basic rewrite is written as below: Continue Reading »

One response so far

Serve svn repository with apache in easy steps

Jan 23 2012 Published by admin under Apache, Subversion

You can serve svn repository with apache with easy steps as below:

1. Install svn module for apache:
with yum : yum install mod_dav_svn
Continue Reading »

No responses yet

Shell script to switch between different configurations.

Oct 20 2010 Published by admin under Shell Script

A small shell script to switch between configurations quickly. Here you can run the script and change the desired configuration on the fly. In the example below we are switching between the Listen port from 80 and 808. For this we need the httpd.conf file and for the first time we also need to create entries for both the ports manually.
Continue Reading »

No responses yet