Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 62e8145

Browse files
committed
Settings and welcome were switched. Put them in the right order to fit with dist .htaccess
1 parent 2b4e5ac commit 62e8145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/boot.conf/htaccess.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RewriteRule ^api ./rest.php [L]
1313
RewriteRule ^user ./index.php?get_action=user_access_point [L]
1414
RewriteCond %{REQUEST_URI} !^${APPLICATION_ROOT}/index
1515
RewriteCond %{REQUEST_URI} !^${APPLICATION_ROOT}/plugins
16-
RewriteCond %{REQUEST_URI} ^${APPLICATION_ROOT}/dashboard|^${APPLICATION_ROOT}/welcome|^${APPLICATION_ROOT}/settings|^${APPLICATION_ROOT}/ws-
16+
RewriteCond %{REQUEST_URI} ^${APPLICATION_ROOT}/dashboard|^${APPLICATION_ROOT}/settings|^${APPLICATION_ROOT}/welcome|^${APPLICATION_ROOT}/ws-
1717
RewriteRule (.*) index.php [L]
1818

1919
#Following lines seem to be necessary if PHP is working

0 commit comments

Comments
 (0)