partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit a0da490219d65e635066c7633344970a22976687
parent 1d3080267bb0a36ce603604f3bf54b5aee8bfaf9
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 15 Nov 2015 18:45:16 +0100

Added rewrite rule for setup/, fixes #444

Diffstat:
Mweb/.htaccess | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/web/.htaccess b/web/.htaccess @@ -14,6 +14,8 @@ DirectoryIndex app.php <IfModule mod_rewrite.c> RewriteEngine On + RewriteRule ^setup\/$ setup/index.html + # Determine the RewriteBase automatically and set it as environment variable. # If you are using Apache aliases to do mass virtual hosting or installed the # project in a subdirectory, the base path will be prepended to allow proper @@ -59,4 +61,4 @@ DirectoryIndex app.php RedirectMatch 302 ^/$ /app.php/ # RedirectTemp cannot be used instead </IfModule> -</IfModule>- \ No newline at end of file +</IfModule>