Title: kmlinders's Replies | WordPress.org

---

# kmlinders

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Issue with getting WordPress in own directory visible on root](https://wordpress.org/support/topic/issue-with-getting-wordpress-in-own-directory-visible-on-root/)
 *  Thread Starter [kmlinders](https://wordpress.org/support/users/kmlinders/)
 * (@kmlinders)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/issue-with-getting-wordpress-in-own-directory-visible-on-root/#post-8894418)
 * Thanks Pothi,
 * 1. I want [http://www.peer033.nl](http://www.peer033.nl) as Site address
 * 2. Yes, see below
 * .htaccess contains:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /s2m/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /s2m/index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * index.php contains:
 *     ```
       <?php
       /**
        * Front to the WordPress application. This file doesn't do anything, but loads
        * wp-blog-header.php which does and tells WordPress to load the theme.
        *
        * @package WordPress
        */
   
       /**
        * Tells WordPress to load the WordPress theme and output it.
        *
        * @var bool
        */
       define('WP_USE_THEMES', true);
   
       /** Loads the WordPress Environment and Template */
       require( dirname( __FILE__ ) . '/s2m/wp-blog-header.php' );
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Issue with getting WordPress in own directory visible on root](https://wordpress.org/support/topic/issue-with-getting-wordpress-in-own-directory-visible-on-root/)
 *  Thread Starter [kmlinders](https://wordpress.org/support/users/kmlinders/)
 * (@kmlinders)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/issue-with-getting-wordpress-in-own-directory-visible-on-root/#post-8894144)
 * Hi HudsonValleyWebDesign,
 * what should the permissions / ownership be like?
 * And Csloisel: it runs Apache 2.0. Thanks
 * Kind regards,
 * Koen Linders
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Jump Menu] Exclude pages possible?](https://wordpress.org/support/topic/exclude-pages-possible/)
 *  Thread Starter [kmlinders](https://wordpress.org/support/users/kmlinders/)
 * (@kmlinders)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/exclude-pages-possible/#post-5497425)
 * Thanks for your reply… I may be using your Jump menu a bit different than intended.
   
   I’m using your plugin so that users can jump to the edit mode of a set of about
   100 pages and since there are also subpages in there I can’t use the searchbox
   in the Pages admin.
 * Your plugin provides an excellent solution to have a neat pulldown list of the
   pages and subpages of these 100 pages. In this list pages like home, login, logout
   are not needed (since these can be found using the searchbox in the Pages admin).
 * For this reason I was hoping I could simply exclude the pages that are not essential
   to the the Jump list. Is there perhaps a way to add exclude the $args array?
 * Thanks,
    Koen
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Lightbox] Can't activate Simple Lightbox after WP 3.9.1 update](https://wordpress.org/support/topic/cant-activate-simple-lightbox-after-wp-391-update/)
 *  Thread Starter [kmlinders](https://wordpress.org/support/users/kmlinders/)
 * (@kmlinders)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-activate-simple-lightbox-after-wp-391-update/#post-4956015)
 * Thanks, i tried that (3 times) but it doesn’t seem to work… the strange thing
   is that the plugin works excellent on another site of mine and both servers seem
   to have the same setup. Got any other suggestions, maybe? I also tried uploading
   the plugin folder from the other website and activating it but the same thing
   happened.

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