Epik Multisite problem

Homepage Community Forums Epik Theme Support Epik Multisite problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10450
    Ectophob
    Customer

      Yes, this sounds dramatic and it is.
      I have now my WP converted into an Multisite-Network because I want to offer different languages of my page on Sub-domains and I found that the Epik-Theme is not shown.
      I went to the Themes menu and found that Epik and genesis are not shown up there; then I tried to install both on this Sub-domain but also failed.
      What I am doing wrong or have I missed a detail?
      Both are shown as compatible…

      #10464
      Ectophob
      Customer

        This is resolved! I found a problem with Plugins and in my .htacess – file.
        If after Multisite-network install no Theme is shown, then add disable all Plugins in the Networkadmin-Panel and add the following lines in your .htacess file:
        [img]http://pastebin.com/embed_js.php?i=KxLPAjih[/img]

        #10465
        Ectophob
        Customer

          This is resolved! I found a problem with Plugins and in my .htacess – file.
          If after Multisite-network install no Theme is shown, then add disable all Plugins in the Networkadmin-Panel and add the following lines in your .htacess file:

          RewriteEngine On
          RewriteBase /
          RewriteRule ^index\.php$ – [L]
          # add a trailing slash to /wp-admin
          RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

          RewriteCond %{REQUEST_FILENAME} -f [OR]
          RewriteCond %{REQUEST_FILENAME} -d
          RewriteRule ^ – [L]
          RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
          RewriteRule ^(.*\.php)$ wp/$1 [L]
          RewriteRule . index.php [L]

          http://pastebin.com/embed_js.php?i=KxLPAjih

          #10471
          Eric
          Customer

            Thanks for keeping us updated. I had no idea what it would be.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Epik Multisite problem’ is closed to new replies.