diff --git a/.htaccess b/.htaccess index aa65e8f..be44e11 100644 --- a/.htaccess +++ b/.htaccess @@ -20,14 +20,10 @@ ErrorDocument 500 /assets/error-500.html SetEnv HTTP_MOD_REWRITE On RewriteEngine On + RewriteBase '/ss-3.0' RewriteCond %{REQUEST_URI} ^(.*)$ RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule .* framework/main.php?url=%1 [QSA] - - RewriteCond %{REQUEST_URI} ^(.*)/framework/main.php$ - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule . %1/install.php? [R,L] - + RewriteRule .* framework/main.php?url=%1&%{QUERY_STRING} [L] ### SILVERSTRIPE END ### diff --git a/.mergesources.yml b/.mergesources.yml deleted file mode 100644 index b7db5da..0000000 --- a/.mergesources.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Data source for the "arb" svn merge tool (see http://github.com/sminnee/arborist). -# Keeps track of all opensource branches of submodules -# that could be merged back to the current submodule paths. -2.3: - .: /open/phpinstaller/branches/2.3 - sapphire: /open/modules/sapphire/branches/2.3 - cms: /open/modules/cms/branches/2.3 -2.4: - .: /open/phpinstaller/branches/2.4 - sapphire: /open/modules/sapphire/branches/2.4 - cms: /open/modules/cms/branches/2.4 diff --git a/mysite/_config.php b/mysite/_config.php index 92f5022..784034d 100644 --- a/mysite/_config.php +++ b/mysite/_config.php @@ -1,18 +1,21 @@ -findOrMakeTab('Root.Bla.Foo1'); + $fields->findOrMakeTab('Root.Bla.Foo2'); + + return $fields; + } + } class Page_Controller extends ContentController {