954,234 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Ubuntu Desktop used as a local webserver for Dev - Case Filter

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!

Pullmealong
Newbie Poster
1 post since Oct 2009
Reputation Points: 10
Solved Threads: 0
 

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

sknake
Industrious Poster
4,954 posts since Feb 2009
Reputation Points: 1,764
Solved Threads: 735
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: