[ASK] How to redirect url to lowercase???
[ASK] How to redirect url to lowercase???
Hi,
I want to redirect url http://www.example.com/Test.html to http://www.example.com/test.html
How to do that?
I want to redirect url http://www.example.com/Test.html to http://www.example.com/test.html
How to do that?
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: [ASK] How to redirect url to lowercase???
Use an .htaccess rule set, you can generate it here https://www.htaccessredirect.net/
Re: [ASK] How to redirect url to lowercase???
mehargags wrote:Use an .htaccess rule set, you can generate it here https://www.htaccessredirect.net/
hi, thanks for your answer.
however, i cannot find the solution.
I want to redirect all to lowercase url. global redirect.
I am trying this method, not work. it give me 500 error.
Code: Select all
https://www.a2hosting.com/kb/developer-corner/apache-web-server/using-the-mod-speling-apache-module