diff --git a/phpmyfaq/.htaccess b/phpmyfaq/.htaccess index 1d0d7cd5d9..69908b7098 100644 --- a/phpmyfaq/.htaccess +++ b/phpmyfaq/.htaccess @@ -96,6 +96,9 @@ Header set Access-Control-Allow-Headers "Content-Type, Authorization" # User pages RewriteRule ^user/(ucp|bookmarks|request-removal|logout|register) index.php?action=$1 [L,QSA] + # Setup and update pages + RewriteRule ^setup/(.*) setup/index.php [L,QSA] + # Administration API RewriteRule ^admin/api/(.*) admin/api/index.php [L,QSA] diff --git a/phpmyfaq/assets/templates/setup/base.twig b/phpmyfaq/assets/templates/setup/base.twig new file mode 100644 index 0000000000..5c65018f4e --- /dev/null +++ b/phpmyfaq/assets/templates/setup/base.twig @@ -0,0 +1,48 @@ + + +
+ +- Wow, looks like the installation worked like a charm. This is pretty cool, isn't it? :-) -
- -- You can visit your version of phpMyFAQ or login into your - admin section. -
-+ Wow, looks like the installation worked like a charm. This is pretty cool, isn't it? :-) +
+ ++ You can visit your version of phpMyFAQ or login into your + admin section. +
+