How do I make Linux server urls case insensitive?

Discussion in 'PHP' started by Imozeb, May 4, 2010.

  1. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    #21
    1) Since you said you're using Godaddy, I'll refer you to their answer - http://help.godaddy.com/topic/72/article/3352
    Note that most of what they say there will transfer to other Apache hosts.

    2) Start with the actual Apache manual.
    This page explains the terms used in Directive pages - http://httpd.apache.org/docs/2.2/mod/directive-dict.html
    This page will give you a list of common Modules - http://httpd.apache.org/docs/2.2/mod/
    This page will give you a list of Directives provided by modules - http://httpd.apache.org/docs/2.2/mod/directives.html
    This page is a quick reference of Directives, their basic function, their default value, their available context, and whether they're from a module, part of the core, etc - http://httpd.apache.org/docs/2.2/mod/quickreference.html
     
    joebert, May 9, 2010 IP
    Imozeb likes this.
  2. Imozeb

    Imozeb Peon

    Messages:
    666
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Thanks! I've added to your rep!
     
    Imozeb, May 9, 2010 IP
  3. imagesportal

    imagesportal Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #23
    Please insert in the .htaccess file:

    CheckSpelling On
     
    imagesportal, Jan 29, 2013 IP