Title: Memark's Replies | WordPress.org

---

# Memark

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [WordPress 3.0 Multisite Permalink issue](https://wordpress.org/support/topic/wordpress-30-multisite-permalink-issue/)
 *  Thread Starter [Memark](https://wordpress.org/support/users/alreymark/)
 * (@alreymark)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/wordpress-30-multisite-permalink-issue/#post-1856302)
 * Hi Ipstenu, sorry for the double post.
 * Thanks again for your quick response.
 * I tested now the htaccess config that you gave, and checked the site, so far 
   the htaccess config is working ok. Hope this really fix the issue. I’ll wait 
   again for reports from the blog users, if they still experiencing the “not found”
   issue.
 * BTW, the plugin that I used for XML sitemap Gen is this plugin
    [http://wordpress.org/extend/plugins/google-sitemap-generator/](http://wordpress.org/extend/plugins/google-sitemap-generator/)
 * Does this plugin have known issues for multiblog version of wordpress?
 * Thanks a lot again, hope this is it!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [WordPress 3.0 Multisite Permalink issue](https://wordpress.org/support/topic/wordpress-30-multisite-permalink-issue/)
 *  Thread Starter [Memark](https://wordpress.org/support/users/alreymark/)
 * (@alreymark)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/wordpress-30-multisite-permalink-issue/#post-1856284)
 * Can you give me please what’s the fix for this issue. Thank you very much..
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [WordPress 3.0 Multisite Permalink issue](https://wordpress.org/support/topic/wordpress-30-multisite-permalink-issue/)
 *  Thread Starter [Memark](https://wordpress.org/support/users/alreymark/)
 * (@alreymark)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/wordpress-30-multisite-permalink-issue/#post-1856283)
 * Sorry I forgot to add, I am using SubFolders on my site
 * that htaccess config comes from wordpress, so I was using what wordpress gave.
 * Thanks for your quick response, really appreciate it. 🙂
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [WordPress 3.0 Multisite Permalink issue](https://wordpress.org/support/topic/wordpress-30-multisite-permalink-issue/)
 *  Thread Starter [Memark](https://wordpress.org/support/users/alreymark/)
 * (@alreymark)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/wordpress-30-multisite-permalink-issue/#post-1856281)
 * Hi Ipstenu, thank you very much for your response.
 * ahh I see, so its better to use the “YYYY” structure. I’ll try this feature “
   on” to all my blogs and see if this fix the issue
 * > What’s in your .htaccess? And are you using subfolders or subdomains?
 * This is what I have on my htaccess file
 * RewriteEngine On
    RewriteBase /
 * #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L] RewriteCond %{REQUEST_URI}!.*
   wp-content/plugins.* RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file
   =$2 [L] RewriteRule ^(.*/)?sitemap.xml wp-includes/ms-files.php?file=sitemap.
   xml [L] RewriteRule ^(.*/)?sitemap.xml.gz wp-includes/ms-files.php?file=sitemap.
   xml.gz [L]
 * # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
   RewriteRule ^(.+)$ $1/ [R=301,L]
 * RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d RewriteRule.–[
   L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.
   php)$ $2 [L] RewriteRule . index.php [L]
 * <IfModule mod_security.c>
    <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST
   Off </Files> </IfModule>
 * <IfModule mod_security.c>
    <Files upload.php> SecFilterEngine Off SecFilterScanPOST
   Off </Files> </IfModule>
 * <Files wp-config.php>
    order allow,deny deny from all </Files>
 * Is this htaccess configuration ok? I just used the htaccess file configuration
   that wordpress gave although I put something for sitemap url config but I don’t
   think that it is connected to the issue.
 * > Have you turned off ALL your plugins to make sure they’re not causing the problem?
 * Sorry, I can’t deactivate all the plugins right now, many users are using the
   site. I don’t want them to feel any downtime on the site.
    And also, this issue
   is not always happening, so if we are going to deactivate all the plugins, still
   nothing we can check because the blogs as of the moment are working ok.
 * I found these threads before that have the same problem as mine when I was still
   looking for solutions how to fix it in wordpress mu, Andrea said on that threads
   that this issue was fixed in wordpress 3.0, but this issue is still happening
   again on my site.
 * [http://mu.wordpress.org/forums/topic/17947](http://mu.wordpress.org/forums/topic/17947)
   
   [http://mu.wordpress.org/forums/topic/17005](http://mu.wordpress.org/forums/topic/17005)
 * Does this issue was really fixed?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [how to remove submenu of the top level admin menu](https://wordpress.org/support/topic/how-to-remove-submenu-of-the-top-level-admin-menu-1/)
 *  Thread Starter [Memark](https://wordpress.org/support/users/alreymark/)
 * (@alreymark)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/how-to-remove-submenu-of-the-top-level-admin-menu-1/#post-1475344)
 * Hi 1manfactory, yes I solved it. Check out the solution here [http://alreymark.co.cc/2010/10/21/removing-admin-menus-and-submenus-in-wordpress-admin/](http://alreymark.co.cc/2010/10/21/removing-admin-menus-and-submenus-in-wordpress-admin/)

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