janhoy commented on pull request #70: URL: https://github.com/apache/solr-site/pull/70#issuecomment-1030909941
@uschindler This PR now adds the new `guide/.htaccess` file. Tested with a local httpd, like this: ``` ./build.sh docker run --rm --name httpd -p 8000:80 -v $(pwd)/output:/usr/local/apache2/htdocs/ -v $(pwd)/my-httpd.conf:/usr/local/apache2/conf/httpd.conf httpd ``` You can then test that these redirects work (foo is a test page rename): ``` http://localhost:8000/guide/1_2 -> http://localhost:8000/guide/1_2/ http://localhost:8000/guide/foo.html -> http://localhost:8000/guide/solr-glossary.html http://localhost:8000/guide/abc.html -> http://localhost:8000/guide/8_11/abc.html ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
