Folders in web address case sensitive

Discussion in 'Installation/Configuration' started by tigerseyetech, May 28, 2007.

  1. tigerseyetech

    tigerseyetech New Member

    Is there a way through ISPConfig to set up aliases for the folders used in a web address?

    As of right now, they are case sensitive (www.example.com/Folder is not the same as www.example.com/folder)

    Is there a way to set it up so that they both lead to the same place?

    Thanks
     
  2. volksman

    volksman New Member

    I believe you can use the Alias directive in the Apache Directives field in the Site Setup...something like:

    Alias /folder /Folder

    You may need to play with the second path...the first is relative to the URI (so http://domain/folder) the second is where in the files system to re-direct traffic to so it may actually be something more like /var/www/web5/web/Folder not just /Folder.

    Otherwise you can use Rewrite rules in the same place but you'd have to look them up as I don't know the syntax by heart...

    Hope that helps!
     
  3. tigerseyetech

    tigerseyetech New Member

    I'll probably just do the alias if I can figure it out. Thank you very much!
     
  4. tigerseyetech

    tigerseyetech New Member

    the alias works great using full path for the second folder option!

    once again, thank you very much
     

Share This Page