• GreenLady

    (@greenlady)


    If I type my blog as https://agreenlady.com/blog the site will not open. If I use the url https://agreenlady.com/Blog using a capital “B” in blog the site opens. Is there any way to make the site open with either a capital “B” or a lower case “b”?

    That will be a pain in the neck to have people remember to use a certain case.
    Thanks
    A Green Lady

Viewing 3 replies - 1 through 3 (of 3 total)
  • What you need to do is change the B to lowercase in your WordPress settings. Then make sure your folder structure is correct by FTP into your server and change that folder name.

    it could be done thru .htaccess

    not sure how, but im positive with .htaccess you can avoid the case sensitivity issues.

    Most web hosts use Linux and not Windows. Default behavior in Linux is that ALL folders and files are case sensitive.

    Default in URL is that everything up to the .com, .net or .wtf is NOT case sensitive, but everything following that first / IS case sensitive.

    I’ve always gone by the rule to make all publicly seen folders and files to be all lower case and anything I want slightly hidden to be initial uppercase.

    DO NOT go around and change the case of your folders and files now! They are already coded to work the way they are. Unless you know what you are doing. You can change your Blog directory to blog, but before you do, change the info in your wp-config.php file. You may need to also change something in your database via PHPmyAdmin, but I don’t think so…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Weird problem with URL’ is closed to new replies.