Title: wordpress multisite updates
Last modified: December 13, 2016

---

# wordpress multisite updates

 *  [brischti](https://wordpress.org/support/users/brischti/)
 * (@brischti)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/wordpress-multisite-updates/)
 * I have a network multisite installation, and have two websites
    1. [http://www.beag.ch](http://www.beag.ch)
   2. [http://beag-ag.ch/wordpress/svbp/](http://beag-ag.ch/wordpress/svbp/) (subsite,
   not yet running)
 * The 2nd website disapeared in the backend, and i can’t login anymore to add changes.
 * Is there a problem with wp-config.php or with .htaccess?
    Or where
 * this was happening after update of:
    – – – wordpress WPML and Plugins and Themes
 * the front-end is still runing…
 * Thanks for any advice.

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

 *  Thread Starter [brischti](https://wordpress.org/support/users/brischti/)
 * (@brischti)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/wordpress-multisite-updates/#post-8548868)
 * my wp-config.php file:
 * <?php
    /** Enable W3 Total Cache */ define(‘WP_CACHE’, true); // Added by W3 
   Total Cache
 * define(“DB_NAME”, “beagagfu_wp2”);
    define(“DB_USER”, “beagagfu_wp3”); define(“
   DB_PASSWORD”, “qega4kafu”); define(“DB_HOST”, “beagagfu.mysql.db.internal”); 
   define(“AUTH_KEY”, “deykjedoggEvEt8”); define(“SECURE_AUTH_KEY”, “fruxiror4opVo”);
   define(“LOGGED_IN_KEY”, “mejEsizCishk8”); $table_prefix = “wp_”; define (“WPLANG”,“”);
   define(‘DB_CHARSET’, ‘utf8mb4’); define(‘DB_COLLATE’, ”); define(“ABSPATH”, dirname(
   __FILE__).”/”); define(‘AUTH_KEY’, ‘Zd(mut}aL@XYUmwJ6QRnGoi1(nC|T @> yl,?*Uep
   ^Pv=Wob5s66f>PfEXBn=JW2’); define(‘SECURE_AUTH_KEY’, ‘Wsjgt |mtR|P5%(8:e{UEb6.3Z
   |u#6` 0G:5;POeJ6w=.xSP!F|+S0@}xIvxz>&+u’); define(‘LOGGED_IN_KEY’, ‘++iqk>Gazv-]
   8W<Kglw9p<o>/olQCwA/ZPx-sg>:gsCg=5T+~XlAAEy]R+XHG9g%’); define(‘NONCE_KEY’, ‘
   Ul%1jw^:z:XY#s943`+*/ ,u:^}<Dhsp<NpG<A7h-^E (0pf~9&gNUD$x`N8[ B*’); define(‘AUTH_SALT’,‘-
   HpfByWvqgSAlDk%& h2._-0l.gv$Y;<C=>9UJ7Ev-0`)yrf$n.U:T5mvH*+p3{M’); define(‘SECURE_AUTH_SALT’,‘]
   Qn}$0!@n,Vc=}C!}U-NJ?[[ 0Q-n1>-h7[*Ony 4+/9p(<<0FP7TYLN1SC>h2il’); define(‘LOGGED_IN_SALT’,‘
   ED$>+(rypi*}su9QG_CyPki|zyM2aPGNQ_ly3}*|}JB(GOKZm8Lc*AzK$YWJ=n;5’); define(‘NONCE_SALT’,‘,
   <+7qe$x7prL]ZfszzAM]rRa|h9+91$AnQq>*7]+-&[5zzDhew@|aQ3Zk1.zt@wD’);
 * define(‘WP_MEMORY_LIMIT’, ‘128M’);
 * define(‘WP_ALLOW_MULTISITE’, true);
 * define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false); define(‘DOMAIN_CURRENT_SITE’,‘
   beag-ag.ch’); define(‘PATH_CURRENT_SITE’, ‘/’); define(‘SITE_ID_CURRENT_SITE’,
   1); define(‘BLOG_ID_CURRENT_SITE’, 1);
 * define( ‘SUNRISE’, ‘on’ );
 * require_once(ABSPATH.”wp-settings.php”);
    ?>
    -  This reply was modified 9 years, 8 months ago by [brischti](https://wordpress.org/support/users/brischti/).
 *  Thread Starter [brischti](https://wordpress.org/support/users/brischti/)
 * (@brischti)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/wordpress-multisite-updates/#post-8548883)
 * my .htaccess-file
 * <IfModule mod_deflate.c>
    <IfModule mod_headers.c> Header append Vary User-Agent
   env=!dont-vary </IfModule> AddOutputFilterByType DEFLATE text/css text/x-component
   application/x-javascript application/javascript text/javascript text/x-js text/
   html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/
   x-icon application/json <IfModule mod_mime.c> # DEFLATE by extension AddOutputFilter
   DEFLATE js css htm html xml </IfModule> </IfModule> <FilesMatch “\.(css|htc|less
   |js|js2|js3|js4|CSS|HTC|LESS|JS|JS2|JS3|JS4)$”> FileETag MTime Size </FilesMatch
   > <FilesMatch “\.(html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|
   SVG|SVGZ|TXT|XSD|XSL|XML)$”> FileETag MTime Size </FilesMatch> <FilesMatch “\.(
   asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg
   |jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf
   |odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff
   |ttf|ttc|wav|wma|wri|woff|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP
   |CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|JSON|MDB|MID|MIDI|MOV
   |QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|
   PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|WAV|WMA|WRI|WOFF
   |XLA|XLS|XLSX|XLT|XLW|ZIP)$”> FileETag MTime Size </FilesMatch> # END W3TC Browser
   Cache # BEGIN W3TC Page Cache core <IfModule mod_rewrite.c> RewriteEngine On 
   RewriteBase / RewriteCond %{HTTP:Accept-Encoding} gzip RewriteRule .* – [E=W3TC_ENC:
   _gzip] RewriteCond %{HTTP_COOKIE} w3tc_preview [NC] RewriteRule .* – [E=W3TC_PREVIEW:
   _preview] RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} =””
   RewriteCond %{REQUEST_URI} \/$ RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-
   postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC] RewriteCond“%{
   DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{
   ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}” -f RewriteRule .* “/wp-content/cache/page_enhanced/%{
   HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}” [L] 
   </IfModule> # END W3TC Page Cache core # BEGIN WordPress
 * <IfModule mod_rewrite.c>
    RewriteEngine On RewriteBase / RewriteRule ^index\.
   php$ – [L]
 * # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$
   $1wp-admin/ [R=301,L]
 * RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d RewriteRule
   ^ – [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
   RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] 
   </IfModule>
 * # END WordPress

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

The topic ‘wordpress multisite updates’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 2 replies
 * 1 participant
 * Last reply from: [brischti](https://wordpress.org/support/users/brischti/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/wordpress-multisite-updates/#post-8548883)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
