Questions tagged [case-sensitive]

13 questions
40
votes
4 answers

Is the hostname case sensitive?

Is the hostname case sensitive? Is ping MYHOST equal to ping myhost Does it depend on the DNS used? Are there differences between Win/Mac/Unix systems?
michelemarcon
  • 621
  • 1
  • 7
  • 14
10
votes
2 answers

Vagrant synced folders aren't case sensitive

For our web stack, we are moving from a Windows Server to CentOS. To facilitate development, we're utilizing Vagrant to run CentOS VMs locally. We're using Vagrant's Synced Folders feature to allow devs to use their favorite IDEs on their host…
Scott Coldwell
  • 468
  • 5
  • 9
6
votes
2 answers

Case sensitive folder names in MAMP

I'm not sure what site this question should be on, please feel free to move as necessary. I am working on a project in PHP where I need to differentiate between the folders 'a' and 'A'. When I run the script:
JJJollyjim
  • 265
  • 2
  • 4
  • 12
4
votes
1 answer

How to make Apache case sensitive on Windows and/or Mac?

Is it possible to make Apache serve files in a case sensitive way? I'm having the issue where an accidental capitalization of a letter is not getting caught in my development environment (Windows/Mac), but is causing havoc on staging (Linux). Is…
nickf
  • 143
  • 1
  • 7
4
votes
1 answer

Case insensitive bash auto-complete

Is there a way to make the file/dir auto-complete in bash case insensitive? For example I would like to write: /opt/ibm/whatever/test [TAB] And bash will auto-complete it to: /opt/IBM/Whatever/TESTfile Or at least only the last part of test to…
m_vitaly
  • 139
  • 4
2
votes
1 answer

Issue With Case Sensitivity on IBM Power server queries

Where I work, we have an IBM Power System that we use for data storage and access. It is currently running i OS 6.1. We have a website on an IIS server that pulls data from this server and has several different web apps that do different…
SausageBuscuit
  • 165
  • 1
  • 11
2
votes
1 answer

Wordpress escaped encoded (hex) URL case sensitive problem

I have been experiencing a problem yesterday. My site is in Hebrew language. MY site is built on Wordpress. The problem is related to escaped encoded posts URL only. IF the post URL has escaped encode in uppercase it works, if in lowercase, it…
Liron Harel
  • 431
  • 1
  • 4
  • 13
1
vote
0 answers

Nginx rewrite to lower case

Good Day, I have a nginx server and a WordPress site. At the moment my pages are available by url with a different case (for example, about-us and AbOuT-Us opens the same page). How to redirect all pages to lower case, but keep the ability to open…
1
vote
2 answers

Filename Case issue with over WebDav

We are accessing SAMBA shared directory from a Windows Client with WebDav client WebDrive. But we are having the issue that it is showing same contents in both the directories ( data/ & Data/ ) though they are entirely different. I know this is…
user98365
  • 11
  • 1
1
vote
2 answers

Case Sensitve NTFS Folder?

I am migrating a Linux/Apache/PHP website to a server running Windows Server 2008 R2/IIS 7.0. I have everything working except one minor issue. The file system on the Linux box is case-sensitive and many of the files will have duplicate filenames on…
bopapa_1979
  • 439
  • 1
  • 5
  • 12
0
votes
1 answer

Partial UPPERCASE and lowercase cause URLs not going to the same place?

I work for an organization with a content management server that was newly switched to Apache. I don't know what it was running before, but I am unsure why the following is happening and how to fix it now that the switch has occurred. Let me show…
0
votes
2 answers

Fixing Files and Links in a Windows to Linux Migration

currently I'll be tasked soon migrating some websites from Windows to Linux. The only real catch that I've seen thus far is that the windows (soon to be Linux) site owners have built their hyperlinks in mixed case (for example they link to a file…
tekiegreg
  • 126
  • 7
0
votes
3 answers

Windows CLI way to copy to the same directory and only change the case of the filename?

I have Windows 10 pro, with NTFS. I think the filesystem is fully case-sensitive. I can have the file Bill_and_Ted.txt in a directory, and write scripts that won't mistake it for bill_and_ted.txt. Linux WSL apps accessing NTFS directories are fully…
Charlweed
  • 209
  • 2
  • 12