ms.buggy
Forum Replies Created
-
Got it! The magic was to chown – R the installation files for the server.
Thank you so much!
Anyone?
How can the problem be with the ftp, if the zip file is moved to the server??!
btw,
I accidentally posted this to installation, should be in plugins section..Forum: Networking WordPress
In reply to: Controlling second blog / multisiteYep, got it by enabling the mod_rewrite.
Sunshines and rainbows to you all!Forum: Networking WordPress
In reply to: Controlling second blog / multisiteJust noticed that ‘RewriteEngine On’ -line itself only also breaks site, is this healthy. Im not very familiar with the htaccess configuration, but it feels that that line doesn’t even do anything..
ipstenu:
Thanks, looks simple. I tried those paths before, as you said, but I believe that then the problem was the missing htaccess. But now I cannot get it working, so no redirecting..Actually I’m usign this as a test site, so the location/act in the subfolder is correct. And the domain root still needs to be available for the origin (not wordpress)
But for the future I would be happy to know the actions between these.Forum: Networking WordPress
In reply to: Controlling second blog / multisiteOk, seems that I have been missing the htaccess file completely.
I just added it but it breaks down the hole site, giving: “Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.”I tried to look for the solution, but with no help.
My site is not on the domain root, it is in subfolder like this: http://www.page.com/test/test/wordpress-2.9.2/wordpress/
Could the permalinks mess things up (which of permalink forms should be selected?)?Is mine rewritebase correct?
(samlpe of .htaccess)
RewriteEngine On
RewriteBase /test/test/wordpress-2.9.2/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).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]Forum: Networking WordPress
In reply to: Controlling second blog / multisiteThanks in advance!
Ok, I think I have missed something here, because there is no such a folder ‘/secondsite’ or files under /second/wp-admin. I checked the path form the super admin section from the sites tab.If I have understood correctly multisite means that same files are used for functionality, with only different parameters set up in configuration. So only these files should exist under the secondsite folders? But should they have been created there automatically when I activated the multisite, or should I copy/clone some files from the first installation?
What I ment with folders is that I thought that the admin panel would be the same for the all sites, but according the first post, all the administration for the sites is done separately.
thanks!
Forum: Plugins
In reply to: Secondary menu of posts based on active categoryAlso automatically hide private posts from menu, if user is not logged in…
Is this hmmn too advanced menu, from the wordpress point of view?Forum: Plugins
In reply to: Advanced photo galleryAnyone?
Forum: Plugins
In reply to: Advanced photo gallerybump
Forum: Plugins
In reply to: Secondary menu of posts based on active categorypumb!
Forum: Plugins
In reply to: Secondary menu of posts based on active categoryps. I want to do this straight to header.
Forum: Plugins
In reply to: embedded google calendar and color customizingAnyone?
Forum: Plugins
In reply to: Plugin to page instead of sidebarOkay found the shortcode for this. Amazing. Should get deeper into these!