Search code examples
wordpresscase-sensitivecase-insensitive

Case insensitive in wordpress urls


I have a wordpress with Hostgator, When I type site.com/Author goes to 404 Error page not to site.com/author. I need that code to add it in .htacess file to do that redirect. Any help ?


Solution

  • I found the answer: Just add this code in your .htaccess

    CheckSpelling On
    CheckCaseOnly On 
    

    Or use this plugin : Link