Hi,
I am kind of working backwards. I built a live site and then created a development site. Anyhow, the Dev site is built on ubuntu desktop. The site works fine.. INSERT INTO Exception
"Except I noticed that certain images weren't appearing. I discovered the site is case sensitive. This is not so with my host.

I have heard that case filters are a solution for my problem I'd like to know where I can attain one and if there is any particular preference for these solutions.

Thanks!

I found these steps on a site:

1.From the command line, type sudo su to get root privileges.
2.nano /etc/apache2/mods-available/speling.conf
3.Type CheckSpelling on and hit ctrl-x, y to exit and save the file.
4.type a2enmod and then speling and hit enter.
5.type /etc/init.d/apache2 reload to reload apache.
6.Mistype a url to test it.

Making apache case insensitive

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.