Jump to content

Turn Apache case-insensitive


Dragosvr92

Recommended Posts

I think my eyes are going to fall out from all the searches ive made to find a solution for this that works on a shared host.

 

I tried this... but it doesnt work.

RewriteEngine  on
CheckSpelling on

The only Rough solution i got is to do the case manually with an internal redirect. Like this.

RewriteEngine on
RewriteBase /~quux/
RewriteRule ^foo\.html$ bar.html

Is there absolutely no way to mention [a-z] and [A-Z] into a RewriteRule to get this done?

 

I find it terribly stupid from Apache not to provide a simple solution for this.

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/292637-turn-apache-case-insensitive/
Share on other sites

Try this:

I think my eyes are going to fall out from all the searches ive made to find a solution for this that works on a shared host.

Solution for what?

 

The only Rough solution i got is to do the case manually with an internal redirect.

What case? Filename, okay, but what about the filename case?

 

Is there absolutely no way to mention [a-z] and [A-Z] into a RewriteRule to get this done?

Get what done?

 

I find it terribly stupid from Apache not to provide a simple solution for this.

SOLUTION FOR WHAT?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.