Axel13
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Cant find wp-config.phpIt won’t work with Wordpad, because this adds extra code, you’ll need to use Notepad – http://en.wikipedia.org/wiki/Notepad_(software)
If you would not have that, or smth alike, I’d recommend EditPad Lite. http://www.editpadlite.com/
2. Install WordPress 3.3.1
Install WordPress 3.3.1 to the root of your public_html directory. It has to be at the root or the multi-site feature won’t work. Follow the instructions for Installing WordPress in the Codex.source: http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite
I guess that’s not good news, but it’s how it is 🙁
Forum: Networking WordPress
In reply to: Cant find wp-config.phpin case you cannot save it as .htaccess, give it an other name and rename it in your FTP after uploading to your site.
Forum: Networking WordPress
In reply to: Cant find wp-config.phpyups, this one can be missing. In fact, it’s almost always missing. You can create one with a text editor with this content:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressOr with the new content as mentionned at the WPMU installation.
Forum: Networking WordPress
In reply to: Problems with some BrowsersHey Salvio, it’s not something I have seen before, not that this is a ref, but I wouldn’t know what’s causing it… Just confirming. The sites opens normally in Chrome & Safari, but in IE and Firefox only the header is visible.
Have you tried to deactivate your plugins one by one to see if any of these is causing the issue?
Forum: Networking WordPress
In reply to: Popular posts plugin for all the sitesIf it exists, it sure is hard to find. The easiest solution is probably to add recent posts to your main site and popular ones/blog to the blogs. If you’d find a better solution, I’m interested to hear. GL!
Forum: Networking WordPress
In reply to: Cant find wp-config.phpIf it’s a fresh install, it’s name could still be wp-config-sample.php. You should rename it, but I doubt you could have installed WP without renaming this before.
Forum: Networking WordPress
In reply to: Cant find wp-config.phpThis should be in your root (= public_html), or in the folder where you installed WordPress.
Forum: Networking WordPress
In reply to: Multisite htaccess issues slow redirect … Please helpDid you test many plugins? The bigger the database, the slower your site will be, so it could help to get rid of database entries of plugins you once installed and deleted. Most plugins leave their settings in the database.
Conflicting plugins can also be the cause.
But… just checking your site, which looks great btw… It’s loading pretty quickly here. The redirect from //www.domain to //domain takes a moment longer, but imo not really anything to worry about. WordPress is a bit slow by origin.
W3TC gives a speed score on the dashboard, is it a low score?
Last thing(king)… You use Google Apps on this domain. In your Google Apps cpanel, under “domain settings > domain names” it’s possible that makes a redirect that conflicts with your installation, f.ex. if you order the redirect from //www.domain to //domain from your hosting cpanel. Perhaps you could check this.
Am I assuming correct that you have 2 wordpress installations? I think you need only the one in the root, or better yet, only the one in the root could be a multisite.
Forum: Networking WordPress
In reply to: One site of Multisite install has a redirect loopDid you check your hosting control panel for redirects that could cause this?
Otherwise, it could be caused by a plugin, but I guess this should be one used on this error blog only.Forum: Networking WordPress
In reply to: Can't add new users – HELP!Btw, I think multisite always needs to be installed with WP in the root, if you installed it in the folder …/transpyrenduro/, this could cause the problem (not entirely certain). In your case I’d think it would be a better practice to turn the main site in a WP-site with your blog and the other subsites the current site refers to as subsites.
Forum: Networking WordPress
In reply to: Can't add new users – HELP!It seems you started the setup of a multisite, but didn’t entirely finish it. Once you manage to finish the setup, you’ll be able to add users through a new admin panel that will become available.
If you don’t need multisite, you can turn back to the regular WP, which is quite a bit easier to work with, but if you plan on making a new blog later on, you could better find out what’s wrong now.
To revert back to a regular WP, you can change the wp-config.php and the .htaccess back to the original state and I think you can delete these tables from your database (myPHPadmin):
• wp_blogs
• wp_blog_versions
• wp_registration_log
• wp_signups
• wp_site
• wp_sitemetaForum: Networking WordPress
In reply to: Let users create subdomainsDid you add the wildcard *.domain.ext as a DNS record?
Forum: Networking WordPress
In reply to: WordPress Multisite SubdomainI think that part is done adding wildcard *.domain.ext, Tyson.