Do you need them permanently or just a redirect? As in case you want one to redirect to the other, e.g. /blog redirects to /Blog then you can use
Redirect Permanent directive in the .htaccess file.
Any raeson why you would like to have both?
Are you self hosted?what server os are you using? From what I know apache fallows both links…
Hi Techiechefie,
Unfortunately Windows does not support same names with different caps. while for linux Blog and blog is different, for Windows it is the same thing.
If you want such functionality, you should switch to Linux. As a small test you can do, try to create Blog and blog directories in the same Windows directory, it won’t allow you.