qingwei91 commented on PR #410:
URL: https://github.com/apache/kafka-site/pull/410#issuecomment-1126221013

   Hi @mimaison sorry for the back and forth, after some fiddling, I realize 
the problem is that when requesting `localhost:8080/path`, httpd tries to find 
a file named`path`, which does not exists, and what we really want is to 
resolve `path` to `path.html` in project root.
   
   I ended solving this by adding a rewrite rule in `.htaccess` file, but I 
don't know how is it solved in the real website deployment, is `.htaccess` 
actually used in production?


-- 
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: dev-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to