Axel13
Forum Replies Created
-
Forum: Plugins
In reply to: W3 Total Cachertarfman, I had more or less the same problem. Solution was to change “SSL support” in “CDN configuration” from “auto” to “disabled”.
I hope it helps.
GL!Forum: Networking WordPress
In reply to: 404 error on subdomainsI finally know what I did wrong. I added the wildcard in my DNS, due to which I was unable to create the wildcard subdomain. After deleting the DNS record the problem was solved. It’s all so easy once you know 🙂
Forum: Networking WordPress
In reply to: 404 error on subdomainsUnavoidable… But your tip was welcome, Ipstenu, at least I’m not entirely stuck, tnx!
I manage to make sub blogs now, if I create the subdirectory manually in cpanel. I asked my host to make the wildcard subdirectory and point it at the root. I think this should solve the problem.
I still need to find out why I have the *.domain.com on one account and not on another, but this makes it no longer a WordPress issue.
Forum: Networking WordPress
In reply to: SchortcodeYes, I think all you need to do to get the shortcode is to replace the quare brackets with the html-code that replaces them.
So, if you shortcode is f.ex. [somecode], you can write “& #91;somecode& #93;” without space after the &
I hope this helps, I’m not entirely certain I understand your question well enough.
If this would not work, perhaps you could try with a plugin that makes sure WP does not replace any code.
Forum: Networking WordPress
In reply to: Schortcodedarn. It works too good.
Check for the code here: http://www.w3schools.com/tags/ref_ascii.asp
Forum: Networking WordPress
In reply to: Schortcodeooops 🙂 This proves uit works 🙂
[ = [ ] = ]Forum: Networking WordPress
In reply to: SchortcodeIn your code, perhaps you could try to replace the [] with html
[ = [
] = ]GL!
Forum: Networking WordPress
In reply to: Reverting Multisite to Single – Error Establishing DB ConnectionI’ve done the same recently, all went well.
Perhaps you deleted too much in the wp-config?I deleted all content after:
define(‘WP_DEBUG’, false);and before:
/* That’s all, stop editing! Happy blogging. */In the .htaccess, you replaced the content with this?
# 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 WordPressGL!
Forum: Networking WordPress
In reply to: I changed my site and cant get in!KarianneH, I think you should not change your files unless you do know quite a bit about it. Changing your homepage does not require you to do this, you can do this from within your WP dashboard > settings > reading
My advice would be to change everything back to where it was and to make the desired change through the dashboard.
Forum: Networking WordPress
In reply to: Mutlisite not working after installationIt’s working, there’s just no theme applied to that site.
Go to network admin > sites > edit indiaUnder themes you will see what themes are available.
If you see none, you probably made your theme available to the entire network, but you’ll need to change it 2 times in the next tab, settings, replacing the text next to theme and stylesheet (probably twentyeleven) with the name of your theme.GL!
Forum: Networking WordPress
In reply to: 404 error on subdomainsThanks for your input, Ipstenu, but I was unable to find help in the replies from my host’s support team. Basically they told me to create a subdirectory in cpanel, than to create a wildcard as subdirectory, than they would try it and asked where to put it… Could this make sense?
I’m in no position to judge, but still I could not help to think they didn’t know the concept multisite. Furthermore they did not bother answering your second question on which I cannot answer either. So I decided to avoid the problem instead of solving it.
Forum: Networking WordPress
In reply to: Can wordpress MU be installed to a subdomain?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
Forum: Networking WordPress
In reply to: unable to activate multisiteDo you have a file called .htaccess in your root? When installing multisite you need to make changes to this file too… If you don’t have it, you can create one with a text editor.
http://codex.wordpress.org/Using_Permalinks#Creating_and_editing_.28.htaccess.29
Forum: Networking WordPress
In reply to: One site of Multisite install has a redirect loopYea… if you can’t find the problem, ask the hosting company for help. This has always worked for me so far. 🙂
Forum: Networking WordPress
In reply to: Multisite htaccess issues slow redirect … Please helpY’re welcome 🙂
You don’t need W3TC to see that score, it’s the same as https://developers.google.com/pagespeed/
The suggestions there have helped me quite a bit to speed up my own site. Mine is at 88 now, with room for improvement.