Title: severus's Replies | WordPress.org

---

# severus

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/severus/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/severus/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need to clone a Big menu several times](https://wordpress.org/support/topic/need-to-clone-a-big-menu-several-times/)
 *  Thread Starter [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/need-to-clone-a-big-menu-several-times/#post-5114178)
 * Hi there,
 * Unfortunately it does not work among sites of a network. It has made a cloned
   menu but inside the same website.
 * Other question.
 * Is it possible to merge menus? Or at list copy sections of a menu and then edit
   accordingly? or do I have to repeat the menu structure by hand for each island?
 * Thanks for help
 * Severus
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin dashboard without style](https://wordpress.org/support/topic/admin-dashboard-without-style/)
 *  Thread Starter [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/admin-dashboard-without-style/#post-2638718)
 * Thanks for the help and the explanation.
 * I never faced that before and I have even several sites based in WordPress in
   the same server. The hosting company was speechless.
 * Everyday I learn something new about WordPress. Thanks again
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin dashboard without style](https://wordpress.org/support/topic/admin-dashboard-without-style/)
 *  Thread Starter [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/admin-dashboard-without-style/#post-2638680)
 * Hi esmi,
 * It works!!!
 * Just for the records… Why do you think it was happening something like that and
   what have we done with that line?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Can´t access the Network dashboard after updating to 3.3](https://wordpress.org/support/topic/cant-access-the-network-dashboard-after-updating-to-33/)
 *  Thread Starter [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-access-the-network-dashboard-after-updating-to-33/#post-2473078)
 * I have decided to start from scratch.
 * I created a new Data Base and renamed the old root directory public_html
 * I installed the multisite as subdirectories (blog1.mydomain.com, blog2.mydomain.
   com)
 * Now I have these problems:
    At front end – All sites are accesible from the browser
   if you type the WWW – Typing WWW will redirect you to a signup page At the back
   end – I can navigate trough the dashboard – I can not reach pages or post since
   they are in this way: [http://mydomain.com/wp-admin/post.php?post=2591&action=edit](http://mydomain.com/wp-admin/post.php?post=2591&action=edit).
   It redirect me to a signup page. – If I add manually the WWW to the post address
   of the post I could reach it (it exist in the data base), but if I update, I 
   get redirect to the signup page.
 * Adding the following line:
    `define( 'NOBLOGREDIRECT', 'http://www.severus.es/');`
   to the wp-config.php will cause that any mistake by typing the url will redirect
   to the signup page, no to a 404 page.
 * My .htaccess is as follow:
 *     ```
       RewriteEngine On
       #RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule . index.php [L]
       ```
   
 * My wp-config.php
 *     ```
       define('WP_ALLOW_MULTISITE', true);
   
       define( 'MULTISITE', true );
       define( 'SUBDOMAIN_INSTALL', true );
       $base = '/';
       define( 'DOMAIN_CURRENT_SITE', 'www.severus.es' );
       define( 'PATH_CURRENT_SITE', '/' );
       define( 'SITE_ID_CURRENT_SITE', 1 );
       define( 'BLOG_ID_CURRENT_SITE', 1 );
       ```
   
 * Before updating, the network was working fine supporting 31 blogs, redirecting
   perfect
 * Any advice?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Can´t access the Network dashboard after updating to 3.3](https://wordpress.org/support/topic/cant-access-the-network-dashboard-after-updating-to-33/)
 *  Thread Starter [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-access-the-network-dashboard-after-updating-to-33/#post-2473015)
 * Thanks Ipstenu for the answer
 * I think I was in the 2.2
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How to build a Sitemap that automatically include all the blogs in the network](https://wordpress.org/support/topic/how-to-build-a-sitemap-that-automatically-include-all-the-blogs-in-the-network/)
 *  Thread Starter [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/how-to-build-a-sitemap-that-automatically-include-all-the-blogs-in-the-network/#post-2034017)
 * Hi Ipstenuc
 * I was using the plugin: Google XML Sitemaps with Multisite support / Mario Kostelac.
   By default this plugin create and locate all the sitemaps in the address: [http://havanagraffiti.com/sitemaps/](http://havanagraffiti.com/sitemaps/)
   and give names like:
    www-havanagraffiti-com.xml www-havanagraffiti-com-mapa-
   cuba.xml www-havanagraffiti-com-fotos-cuba.xml
 * Now I was remaking and moving all these sitemaps to the root directory so you
   could find then in
 * [http://www.havanagraffiti.com/sitemaps/www-havanagraffiti-com.xml](http://www.havanagraffiti.com/sitemaps/www-havanagraffiti-com.xml)
   
   [http://www.havanagraffiti.com/sitemaps/www-havanagraffiti-com-mapa-cuba.xml](http://www.havanagraffiti.com/sitemaps/www-havanagraffiti-com-mapa-cuba.xml)
   [http://www.havanagraffiti.com/sitemaps/www-havanagraffiti-com-fotos-cuba.xml](http://www.havanagraffiti.com/sitemaps/www-havanagraffiti-com-fotos-cuba.xml)
 * And resend all of then to Webmaster tools from Google.
 * Hopefully it gets better
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How to build a Sitemap that automatically include all the blogs in the network](https://wordpress.org/support/topic/how-to-build-a-sitemap-that-automatically-include-all-the-blogs-in-the-network/)
 *  Thread Starter [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/how-to-build-a-sitemap-that-automatically-include-all-the-blogs-in-the-network/#post-2033965)
 * Hi thanks for the answer,
 * **Ipstenu,** As you said, I have built a sitemap per blog, and then uploaded 
   all of them into my Webmaster tools section in Google. All of then under the 
   main address, but it did not work. How does it works this “pointing?
 * **Andrea_r** All my sites are visible in the privacy settings
 * The URL of my main site (home page) is: [http://www.havanagraffiti.com](http://www.havanagraffiti.com)
 * All the blogs of the Network are linked from the home page (each option of the
   main menu is a sub-blog, and all sub-blogs have the same main menu, so they all
   link each other). I am working still in several blogs that are not ready that
   ´s why they has not jet a link from the Home page
 * Is this menu linking enough for Google to crawl each blog? Or should I increase
   the number of links in the home page?
 * The site is online already more than 5 months, but the maps section is not indexed.
 * Thanks again for the help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SMS WP] [Plugin: SMS WP] uk mobile providers](https://wordpress.org/support/topic/plugin-sms-wp-uk-mobile-providers/)
 *  [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-sms-wp-uk-mobile-providers/#post-1867182)
 * Yes, it was an excelent idea, but don´t work for German providers at all also.
 * By the way. Who would be suppose to pay that service (in case it would work)?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Showing header and footer of root Blog into a "Child" Blog](https://wordpress.org/support/topic/showing-header-and-footer-of-root-blog-into-a-child-blog/)
 *  Thread Starter [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/showing-header-and-footer-of-root-blog-into-a-child-blog/#post-1725834)
 * Hi guys,
 * I have solved the problem by doing a new header/footer on the child blog. They
   look exactly the same so, my users do not notice they have changed from [http://severus.es](http://severus.es)
   to http:/shop.severus.es and viceversa (as long as they do not look at the URL).
 * In that way I have integrated two themes in one keeping the functionalities of
   each one separated, which makes the site more flexible.
 * Thanks
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Showing header and footer of root Blog into a "Child" Blog](https://wordpress.org/support/topic/showing-header-and-footer-of-root-blog-into-a-child-blog/)
 *  Thread Starter [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/showing-header-and-footer-of-root-blog-into-a-child-blog/#post-1725752)
 * Thanks for the interest,
 * I have tested the proposed solution
 *     ```
       <?php
       include( WP_CONTENT_DIR . '/themes/another_theme_folder/header.php' );
       ?>
       ```
   
 * but it shows a broken page. I suppose that the header of the “child blog” contains
   also calls to other .CSS files and those to other .CSS files and so on. In that
   case all those “sub-styles” are not loaded and the content is not showing correctly.
 * In the other hand the header of the main blog call its own .CSS’s files and in
   that case is also not showing as it should do.
 * I will have to try the second option, creating a child theme. I will have to 
   read about how to do it but I was something I wanted to do a long time ago since
   I was paying a deep integration with my BBPRESS forum ([http://www.severus.es/foro](http://www.severus.es/foro)).
   Something like that is what I want to do among the blogs
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Showing header and footer of oone Blog into another Blog](https://wordpress.org/support/topic/showing-header-and-footer-of-oone-blog-into-another-blog/)
 *  Thread Starter [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/showing-header-and-footer-of-oone-blog-into-another-blog/#post-1722076)
 * Sorry, I sent a wrong link in the previous message.
 * The shop I want to integrate visually is here: [http://shop.severus.es](http://shop.severus.es).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot activate plugin (“pluggable.php on line 868” error)](https://wordpress.org/support/topic/cannot-activate-plugin-pluggablephp-on-line-868-error/)
 *  [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/cannot-activate-plugin-pluggablephp-on-line-868-error/page/2/#post-1276910)
 * The solution to this problem is much simpler:
 * It happens because some programs are configured to add a character known as BOM(
   Byte Order Mark) at the beginning of the file when it is saved as UTF-8. This
   character is not necessary and is the reason for this error since there is “something
   before the <?php
 * This BOM is not visible and not possible to delete, however it is enough just
   open the file with a plain Text processor (Notepad) and save it again using the
   option ANSI.
 * Upload the file and ready, problem solved.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [What should I use to create this kind of website ? WP, drupal, EE…?](https://wordpress.org/support/topic/what-should-i-use-to-create-this-kind-of-website-wp-drupal-ee/)
 *  [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/what-should-i-use-to-create-this-kind-of-website-wp-drupal-ee/#post-1275724)
 * This is the descrpition of PHPFOX profile which do that and much more.
    However
   their Blog section is very weak, so you could even integrate WordPress into the
   site (MU or single, whatever you want) and you have already a very powerfull 
   site with all those sections and more.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP Super Cache killed my site](https://wordpress.org/support/topic/wp-super-cache-killed-my-site/)
 *  [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/wp-super-cache-killed-my-site/page/3/#post-967072)
 * Sorry, it was duplicated
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP Super Cache killed my site](https://wordpress.org/support/topic/wp-super-cache-killed-my-site/)
 *  [severus](https://wordpress.org/support/users/severus/)
 * (@severus)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/wp-super-cache-killed-my-site/page/3/#post-967071)
 * Having Problem with the plugin
 * I have got the error 500, site is dead.
 * I had a 301 redirection like this:
 *     ```
       Options +FollowSymlinks
       RewriteEngine on
       rewritecond %{http_host} ^severus.es [nc]
       rewriterule ^(.*)$ http://www.severus.es/$1
       [r=301,nc]
       ```
   
 * I have tried to uninstall the plugin from the admin panel and the process stop
   in the middle showing this:
 *     ```
       Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/web8/20/59/51979159/htdocs/wp-content/plugins/wp-super-cache/uninstall.php:6) in /mnt/web8/20/59/51979159/htdocs/wp-content/plugins/wordpress-paypal-shopping-cart/wp_shopping_cart.php on line 22
       UNINSTALL_WPSUPERCACHE must be set to a non-blank value in uninstall.php
       ```
   
 * My config.php does not have the line WP_CACHE = true at all
 * So, now I am on the middle of nowhere and the site is dead.
 * The only idea was to rename the .htaccess to .htaccess1 and the site came back
   but just the home page. Any link is going to a 404 error page.
 * So any help would be appreciate

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/severus/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/severus/replies/page/2/?output_format=md)