ThePhantom79
Forum Replies Created
-
Here you can find an example:
https://www.ruebsamen-online.de/wordpress/testsite/It was very hard to find a theme, thats fine for me … I would be very unhappy, if i had to choose another one …
Forum: Networking WordPress
In reply to: Second Site on Multisite doenst workThe .htaccess is the mentioned above:
RewriteEngine On RewriteBase /wordpress RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
I’ve asked my domainhoster, and he gave me the answer, that i cant use subfolders for the baseinstallation. And my baseinstallation was under ruebsamen-online.de/wordpress. He mentioned, that I have to reinstall it to ruebsamnen-online.de and create the blogs afterwards in ruebsamen-online.de/blog1 , ruebsamen-online.de/blog2 and so on …
In this correct?Hi,I’ve the same problem as creativepublishing in his first posts. Dashboard from the first (subfolder) site noch reachable (looperror), site itself is reachable, but without any formating.
I tried for weeks to edit anything – with no success. I am not familiar with .htaccess, but I changed it into:
RewriteEngine On RewriteBase /wordpress RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
My blogsite (before I installes multisite was in /wordpress. I tried already to change the line in the .htacess into “/”, but afterwards nothing worked anymore. What is wrong with my configuration. Help is REALLY REALLY appreciated. (The first blog – created without multisite works still fine …)
Forum: Networking WordPress
In reply to: Second Site on Multisite doenst workSorry, I am very frustrated ??
Maybe you can check …
My first blog can be found on “www.ruebsamen-online.de/wordpress” (<– this works)
The second blog should be on “www.ruebsamen-online.de/wordpress/testest”
As you can see, the pages show terrible, and I am not able to load the dashboard ??Forum: Networking WordPress
In reply to: Second Site on Multisite doenst workHi,
my installation is under wordpress … but I missed it to move it into “wordpress/blog1” before installing multisite.
Unfortunately now I am not able to move my first blog. It is not allowed to edit the path in the settings. If I create a second site in wordpress/blog2(that doesn’t work for the user), I am able to play around with the path …Is there any possibility to move my first blog site to a subdirectory (with multiside installed) ? Maybe after that my blog2 site would also work …
Forum: Networking WordPress
In reply to: Second Site on Multisite doenst workHi,
after editing my .htaccess toRewriteEngine On RewriteBase /wordpress/ RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
nothing changed. The 1st site works still, but I cant connect to my second site. I want to enter the dashboard, i get a loop error
Maybe there is a problem, that my wordpress-folder is not really in my root. If I access my ftp site within my account, I ve three diffrent domain names: /mysiteA /mysiteB and /mysiteC (because I own 3 diffrent domainnames!) But with this project I only use /mysiteA. So the wordpress folder is /mysiteA/wordpress. I put the .htaccess to /mysiteA/ – because at this folder level was my old .htaccess.
What is wrong with my config?