Is WordPress multisite is good to go?

When multisite is on you have to be careful with your hosting. For example if you want a subdomain installation be sure your webhosting is ready for that because wildcards are necessary (~ subdomain such as *.yourdomain.com). In your case, everything is focused on users. To me you’d better use buddypress because it’s a great … Read more

Redirect WordPress MS to no-www version, excepting some dirs and prefixes

<IfModule mod_rewrite.c> RewriteEngine on #If whe’re using www. RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] #prefixes to !^ ignore RewriteCond %{REQUEST_URI} !^/host RewriteCond %{REQUEST_URI} !^/aprobar RewriteCond %{REQUEST_URI} !^/wp-admin RewriteCond %{REQUEST_URI} !^/wp-login.php #See at the end about index.php RewriteCond %{REQUEST_URI} !^/index.php RewriteRule ^(.*)$ http://%1/$1 [R=301,L] </IfModule> When you’re using permalinks, WordPress do something like this to get the content: … Read more

How do I make a copy of WordPress to other folder

If you want to move wordpress you should this: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory I guess you want to create a development environment, and because you never edit core files of WordPress you don’t have to copy WordPress itself because the only thing you are changing is the theme folder. And you don’t want to install WordPress a second … Read more

How can I set up a completely separate (not multisite) WordPress installation as a subdirectory of an existing WordPress blog?

I decided to move the child installation to the main site’s web root, and rename its subdirectory to intranet. Once I had done this, all I had left to do was place this line of code after the main site’s rules: RewriteRule ^intranet/ – [L] The – rewrites the URI to itself – thus overriding … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)