Wednesday 15 January 2014

How would I make Apache case insensitive using .htaccess? -


I recently closed Apache with IIS and inconveniently few of my links have capital globalization problems. Some people have seen how to write about all the lowercase or all uppercase URLs, but I need something to make Apache case insensitive. Is it qualified with .htaccess?

add

  checkspinning   < P> After being able to rewrite your  .htaccess           

/ P>

Do not forget to change
  Allow any permissions   

to
  Allow override all   

inside your httpd.conf file, allow .htaccess files to work properly.

No comments:

Post a Comment