Second Site on Multisite doenst work
-
Hi,
I used WordPress since one year for my private holiday page. Now I wanted to have second blog (with a total seperate topic), but I wanted to use the same user-database.My first installation was installed in https://www.mysite.de/wordpress
I installed the multisite feature an tried to create a new blog in https://www.mysite.de/wordpress/blog2. But this doesnt really work. I can create the blog, but if I want to use the admin-page or some other pages, I get a “loop error” in my browser.It is also not possible to move my first blog from “https://www.mysite.de/wordpress” to “https://www.mysite.de/wordpress/blog1”. I am not able to delete the first blog (and reimport it into new location). For the user blog1 still works perfect.
I think, I have problems with my .htaccess – but I dont know, what I have to change (because I am not a programmer – and I dont know, what htacess stand for ?? )
Any hints available for me?
My htaccess is like this:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wordpress/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L] </IfModule>
- The topic ‘Second Site on Multisite doenst work’ is closed to new replies.