]> BookStack Code Mirror - devops/commitdiff
Added mention of mod_rewrite usage
authordanb <redacted>
Mon, 13 Oct 2025 11:52:31 +0000 (13:52 +0200)
committerdanb <redacted>
Mon, 13 Oct 2025 11:52:31 +0000 (13:52 +0200)
config/apache/bookstack.conf

index 61e760b049888490cc0668fc4e7bc8a9040dce7f..336f9bcf360cb0ba95cabe3a98b8c67f776035b3 100644 (file)
@@ -2,7 +2,7 @@
 
        # This is a simple example of an Apache VirtualHost configuration
        # file that could be used with BookStack.
-       # This assumes mod_php has been installed and is loaded.
+       # This assumes mod_php AND mod_rewrite have been installed and enabled.
        #
        # Change the "docs.example.com" usage in the "ServerName" directive
        # to be your web domain for BookStack.