mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #8909 from silverstripe/pulls/fix-upgrading-docs
Fix reference to webconfig.php, an invalid file
This commit is contained in:
commit
c8a21484d0
@ -1094,11 +1094,11 @@ If you are using a modified `index.php`, `.htaccess`, or `web.config`, you will
|
||||
* Create a `public` folder in the root of your project
|
||||
* Move the following files and folder to your new public folder
|
||||
* `index.php`
|
||||
* `.htaccess`
|
||||
* `webconfig.php`
|
||||
* `.htaccess` (if you're using Apache)
|
||||
* `web.config` (if you're using IIS)
|
||||
* `assets`
|
||||
* Any `favicon` files
|
||||
* Other common files that should be accssible in your project webroot (example: `robots.txt`)
|
||||
* Other common files that should be accessible in your project webroot (e.g. `robots.txt`, or the `.well-known` directory)
|
||||
* Delete the root `resources` or `_resources` directories if present.
|
||||
* Run the following command `composer vendor-expose` to make static assets files accessible via the `public` directory.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user