mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixed /admin/pages/publishall link in docs
This commit is contained in:
parent
e26090a840
commit
a68fb1f096
@ -50,7 +50,7 @@ handle the new code. Here are some specifics situations:
|
||||
## My edited CMS content doesn't show on the website
|
||||
|
||||
If you've set up your site and it used to be working, but now it's suddenly totally broken, you may have forgotten to
|
||||
publish your draft content. Go to the CMS and use the "publish" button. You can visit `admin/publishall` to publish
|
||||
publish your draft content. Go to the CMS and use the "publish" button. You can visit `admin/pages/publishall` to publish
|
||||
every page on the site, if that's easier.
|
||||
|
||||
## I can see unparsed PHP output in my browser
|
||||
|
@ -68,7 +68,7 @@ Redirections](security#redirect_back_to_another_page_after_login) for more infor
|
||||
| Site URL | | Action |
|
||||
| -------- | | ------ |
|
||||
| http://yoursite.com**/dev/build** | | Rebuild the entire database and manifest, see below for additional URL Variables |
|
||||
| http://yoursite.com**/admin/publishall/** | | Publish all pages on the site |
|
||||
| http://yoursite.com**/admin/pages/publishall/** | | Publish all pages on the site |
|
||||
| http://yoursite.com**/anypage/images/flush** | | Creates new images for the page by deleting the resized ones and going back to the original to create new resized one |
|
||||
|
||||
### /dev/build
|
||||
|
Loading…
Reference in New Issue
Block a user