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

mod_jk is not redirecting pages correctly without www.

Oct 25 2010 Published by admin under Apache, tomcat

We had a strange problem recently where the pages with www working properly and not behaving correctly without www. The setup contains VirtualHost entries for various domains. Each domain has corresponding java application hosted at tomcat6.0. Each virtual host entry has server alias defined as
Continue Reading »

No responses yet