- From: Robert Stuart <robert.j.stuart@ugov.gov>
- Date: Tue, 8 Mar 2016 16:50:06 -0500
- To: public-perma-id@w3.org
Received on Wednesday, 9 March 2016 08:12:38 UTC
I would like w3id.org/ic to match case insensitive. I think it could be done with a top level .htaccess file that looked like: ########################## Header set Access-Control-Allow-Origin * Header set Access-Control-Allow-Headers DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified$ Options +FollowSymLinks RewriteEngine on RewriteRule ^IC/?(.*)$ ic/$1 [NC] ########################## I believe this would: rewrite any case of IC Ic iC to ic not fire on any of the existing directories nor would it fire on ic my local testing indicated for me it - would not fire on a future directory like ice - would only fire when there was no directory that matched exactly existing. I didn't want to put a pull request for such a change "outside" my sandbox without others agreeing it was safe and not a problem. Thanks. -- *Bob Stuart* Robert.J.Stuart@ugov.gov
Received on Wednesday, 9 March 2016 08:12:38 UTC