Title: molj's Replies | WordPress.org

---

# molj

  [  ](https://wordpress.org/support/users/molj/)

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Round table cornes](https://wordpress.org/support/topic/round-table-cornes/)
 *  Thread Starter [molj](https://wordpress.org/support/users/molj/)
 * (@molj)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/round-table-cornes/#post-4760098)
 * Anytime, done! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Round table cornes](https://wordpress.org/support/topic/round-table-cornes/)
 *  Thread Starter [molj](https://wordpress.org/support/users/molj/)
 * (@molj)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/round-table-cornes/#post-4760087)
 * That solves it,
 * thank you very much Tobias!
 * Have a great day,
 * Matej
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Round table cornes](https://wordpress.org/support/topic/round-table-cornes/)
 *  Thread Starter [molj](https://wordpress.org/support/users/molj/)
 * (@molj)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/round-table-cornes/#post-4760042)
 * Hey Tobias, thank you for your prompt answer!
 * It works! But it also removes the previous styling (I don’t want vertical and
   strong horizontal borders, I just want round edges on the previous styling)
 * Thank you again!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks broken after update](https://wordpress.org/support/topic/permalinks-broken-after-update-1/)
 *  Thread Starter [molj](https://wordpress.org/support/users/molj/)
 * (@molj)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/permalinks-broken-after-update-1/#post-4327567)
 * esmi: mod_rewrite is running
 * Found the solution!
    Although I have no idea why this thing broke, because it
   was running fine for almost a year now.
 * The error log gave me a clue, that somehow nginx doesn’t find the index files
   and I found the solution here: [http://codex.wordpress.org/Nginx](http://codex.wordpress.org/Nginx)
 * The default nginx configuration /etc/nginx/nginx.conf indicates that another 
   configuration is included:
    `include /etc/nginx/sites-enabled/*;` So I checked
   in that folder and found the **900-ponnod.com.vhost** file to which i added the
   following snippet into the server section:
 *     ```
       location / {
       	try_files $uri $uri/ /index.php?$args;
       }
       ```
   
 * So my main problem was I was trying to push this code to the default nginx.conf
   file instead to the site configuration (or maybe i was just doing it wrong:)
 * Consider this topic solved and thanks for the cooperation!
 * Matej
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks broken after update](https://wordpress.org/support/topic/permalinks-broken-after-update-1/)
 *  Thread Starter [molj](https://wordpress.org/support/users/molj/)
 * (@molj)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/permalinks-broken-after-update-1/#post-4327562)
 * Hello,
 * I found something in my error logs:
    /var/log/ispconfig/httpd/ponnod.com/error.
   log;
 * 2013/11/17 18:38:36 [error] 3199#0: *18296 “/var/www/ponnod.com/web/komercialno/
   index.html” is not found (2: No such file or directory), client: 192.168.1.1,
   server: ponnod.com, request: “GET /komercialno/ HTTP/1.1”, host: “www.ponnod.
   com”, referrer: “[http://www.ponnod.com/&#8221](http://www.ponnod.com/&#8221);
 * Where does this orient me? Towards the rewrite mod? Location?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks broken after update](https://wordpress.org/support/topic/permalinks-broken-after-update-1/)
 *  Thread Starter [molj](https://wordpress.org/support/users/molj/)
 * (@molj)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/permalinks-broken-after-update-1/#post-4327545)
 * I’v optimized and repaired the wp database with no luck. The repair script repair.
   php tells me that all tables are OK.
 * Also tried to rewrite the .htaccess file, again with no effect.
 * Any other suggestions?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks broken after update](https://wordpress.org/support/topic/permalinks-broken-after-update-1/)
 *  Thread Starter [molj](https://wordpress.org/support/users/molj/)
 * (@molj)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/permalinks-broken-after-update-1/#post-4327473)
 * Hey lorax, yes i’ve tried that several times. Havent checked the database. Will
   try to repair it [http://wordpress.org/support/topic/repair-database?replies=5](http://wordpress.org/support/topic/repair-database?replies=5)
   like the guys suggest it here. Although today i reinstalled wp and the database
   got checked by wp and it returned no errors.

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