Title: jonas-e's Replies | WordPress.org

---

# jonas-e

  [  ](https://wordpress.org/support/users/jonas-e/)

 *   [Profile](https://wordpress.org/support/users/jonas-e/)
 *   [Topics Started](https://wordpress.org/support/users/jonas-e/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jonas-e/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jonas-e/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jonas-e/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jonas-e/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jonas-e/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [How to get REST response in JSON?](https://wordpress.org/support/topic/how-to-get-rest-response-in-json/)
 *  Thread Starter [jonas-e](https://wordpress.org/support/users/jonas-e/)
 * (@jonas-e)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/how-to-get-rest-response-in-json/#post-9372542)
 * Found out with help from Clorith in the IRC channel, it works like this:
    [http://ellehauge.net/wp-json/wp/v2/posts/](http://ellehauge.net/wp-json/wp/v2/posts/)
 * Guess I got fooled by the ‘postman’ extension for chrome!
 * I started by accessing the endpoint [http://ellehauge.net/wp-json/](http://ellehauge.net/wp-json/)
   and then clicked on one of the links and assumed that postman opened it correctly,
   it didn’t.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Multipage] Just what I was looking for!](https://wordpress.org/support/topic/just-what-i-was-looking-for-161/)
 *  Thread Starter [jonas-e](https://wordpress.org/support/users/jonas-e/)
 * (@jonas-e)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/just-what-i-was-looking-for-161/#post-7934414)
 * Cool 🙂
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Multipage] Just what I was looking for!](https://wordpress.org/support/topic/just-what-i-was-looking-for-161/)
 *  Thread Starter [jonas-e](https://wordpress.org/support/users/jonas-e/)
 * (@jonas-e)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/just-what-i-was-looking-for-161/#post-7934412)
 * **BUG REPORT:**
    The plugin doesn’t work before the post has been published! 
   TOC, headers and links are generated – but when navigating to the next page, 
   it shows exactly the same content again – ie the content from the first page 
   on all the following pages. Once the pages is published it works fine.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Multipage] Just what I was looking for!](https://wordpress.org/support/topic/just-what-i-was-looking-for-161/)
 *  Thread Starter [jonas-e](https://wordpress.org/support/users/jonas-e/)
 * (@jonas-e)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/just-what-i-was-looking-for-161/#post-7934400)
 * Cool, I hadn’t seen the settings page! I don’t think that is mantioned in the
   documentation, is it?
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [permalink not working after migration to localhost](https://wordpress.org/support/topic/permalink-not-working-after-migration-to-localhost/)
 *  Thread Starter [jonas-e](https://wordpress.org/support/users/jonas-e/)
 * (@jonas-e)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/permalink-not-working-after-migration-to-localhost/#post-5803397)
 * Yo, it seems I figured it out! Added directory to my virtualhost with allowoverride
   all option:
 *     ```
       <VirtualHost *:80>
       	DocumentRoot /mnt/jbod_01/jonas/sites/ellevator.net/apache/prod.wp.ellevator.local
       	ServerName prod.wp.ellevator.local
       	<Directory /mnt/jbod_01/jonas/sites/ellevator.net/apache/prod.wp.ellevator.local>
       		Options FollowSymLinks
       		AllowOverride All
       	</Directory>
       </VirtualHost>
       ```
   
 * – and restarted the apache2 deamon.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [permalink not working after migration to localhost](https://wordpress.org/support/topic/permalink-not-working-after-migration-to-localhost/)
 *  Thread Starter [jonas-e](https://wordpress.org/support/users/jonas-e/)
 * (@jonas-e)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/permalink-not-working-after-migration-to-localhost/#post-5803394)
 * Here is what my apache virtual host looks like:
 *     ```
       <VirtualHost *:80>
       	DocumentRoot /mnt/jbod_01/jonas/sites/ellevator.net/apache/prod.wp.ellevator.local
       	ServerName prod.wp.ellevator.local
       	#ServerAlias prod.wp.ellevator.local
       </VirtualHost>
       ```
   
 * And my apache2.conf:
 *     ```
       <Directory /mnt/jbod_01/jonas/sites/ellevator.net/apache/>
       	Options Indexes FollowSymLinks
       	AllowOverride None
       	Require all granted
       </Directory>
       ```
   

Viewing 6 replies - 1 through 6 (of 6 total)