mimaison commented on code in PR #410:
URL: https://github.com/apache/kafka-site/pull/410#discussion_r876875276
##########
.htaccess:
##########
@@ -9,3 +9,5 @@ RewriteRule ^/?(\d+)/javadoc - [S=2]
RewriteRule ^/?(\d+)/images/ - [S=1]
RewriteCond $2 !=protocol
RewriteRule ^/?(\d+)/([a-z]+)(\.html)? /$1/documentation#$2 [R=302,L,NE]
+RewriteCond %{REQUEST_FILENAME}.html -f
+RewriteRule ^(.*)$ %{REQUEST_FILENAME}.html
Review Comment:
I find it strange we have to edit this file and I wonder how it works on the
website. I'll try to find out
--
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]