yzeng25 opened a new issue #713:
URL: https://github.com/apache/apisix-website/issues/713
**Actual Behaviour**
<!--Please state here what is currently happening.-->
Currently, the URLs on blogs are case-sensitive, which is resulted from
rules set by Apache Server. The case-sensitive URLs become inconvenient when
referencing them in other websites and social media. Some might change the
upper-case letters in the URLs to lower-case letters automatically. Yet
visiting the low-case URLs would return a 404 page.
From the user's aspect (i.e. anyone tries to visit the URLs for the first
time) would not be able to access the contents in URLs. And the user experience
can be improved.
**Expected Behaviour**
<!--State here what the feature should enable the user to do.-->
1. input the URLs with upper-case letters, it is accessible
2. input the URLs with lower-case letters, it is also accessible
**Steps to reproduce it**
Take https://apisix.apache.org/blog/2021/06/28/why-we-need-Apache-APISIX/
for example:
1. Open your browser.
2. Input the
URL:https://apisix.apache.org/blog/2021/06/28/why-we-need-Apache-APISIX/
3. Access the content successfully.
4. Change `Apache-APISIX` to lower-case `apache-apisix`
5. Returns 404.
<!--Add steps to reproduce bugs or add information on the place where the
feature should be implemented. Add links to a sample deployment or code.-->
**Screenshots of the issue**


<!--Where-ever possible attach a screenshot of the issue.-->
**Would you like to work on the issue?**
yes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]