Title: Draft auto
Last modified: May 7, 2018

---

# Draft auto

 *  Resolved [phoenix13](https://wordpress.org/support/users/phoenix13/)
 * (@phoenix13)
 * [8 years ago](https://wordpress.org/support/topic/draft-auto/)
 * Hello, I test Gutenberg …. The problem is this: the title of the page is always
   the same (Auto Draft). If I change, the title comes back.
 * Note: what I do in the page does not register. If I preview, nothing is displayed(
   except Auto Draft)
 * How to fix the problem please?

Viewing 1 replies (of 1 total)

 *  Thread Starter [phoenix13](https://wordpress.org/support/users/phoenix13/)
 * (@phoenix13)
 * [8 years ago](https://wordpress.org/support/topic/draft-auto/#post-10264270)
 * I found the **solution** to the problem. **In fact, it was a problem with Nginx**.
   WordPress runs on a Nginx server and the Plesk control panel.
 * On Plesk (17.8.11) , rewrite rules (for pretty urls WordPress) :
 * -BAD (issue Gutenberg)-
 *     ```
       rewrite /wp-admin/$ /wp-admin/index.php break;
       rewrite /$ /index.php break;
       ```
   
 * -GOOD (perfect for Gutenberg) –
 *  `if (!-e $request_filename){
    rewrite ^(.*)$ /index.php break; }`

Viewing 1 replies (of 1 total)

The topic ‘Draft auto’ is closed to new replies.

 * ![](https://ps.w.org/gutenberg/assets/icon-256x256.jpg?rev=1776042)
 * [Gutenberg](https://wordpress.org/plugins/gutenberg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gutenberg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gutenberg/)
 * [Active Topics](https://wordpress.org/support/plugin/gutenberg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gutenberg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gutenberg/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [phoenix13](https://wordpress.org/support/users/phoenix13/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/draft-auto/#post-10264270)
 * Status: resolved