mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
bce724ca76
Removes main.php reliance. Paves the way for serving SilverStripe from a public/ subfolder in the base path. This requires an index.php file in the webroot, since you can't set a RewriteRule to a path outside of the webroot (e.g. "public/.htaccess" pointing to "../vendor/silverstripe/framework/main.php").