How do I install more than one WordPress blog on EC2?

Unless EC2 is much different than other servers, you should be able to install another WordPress installation under another directory. For instance, you could have /var/www/html/blog/ with WordPress installed and /var/www/html/blog/wordpress with another WordPress install. You can either use a separate database or use the same one as the other install, but you would need … Read more

Can you manage multiple domain names from a single WordPress multisite network?

If the real question is: can you manage multiple domain names from a single WordPress multisite network, then the answer is yes. But you’ve over-specified your restrictions such that the question is no longer answerable. A WordPress multisite network – either as a subdomain (site1.example.com) or subdirectory (example.com/site1) install will allow you to manage core, … Read more

Auto login after wordpress installation

Your problem seems to be that you hook in too early (aside from the problem that you’re editing a core file), so let’s take a look at wp-admin/install.php: No hooks at all, but at the end of the page when everything was properly rendered, there’s a call for wp_print_scripts( ‘user-profile’ ). And gladly there we’ll … Read more

Correct folder permissions?

For starters, the WordPress Codex has a wealth of information on this very topic. For the sake of brevity that should take care of most of it; however, there are some relievant points that should be made: If you do not wish WordPress (essentially PHP) to have access to the file system with the exception … Read more

Page not found error shown while installing wordpress on IIS server

If you’ve uploaded all the WordPress files, then it appears your web site isn’t setup to process .php files. Ask your web host to enable PHP for your site. It would appear you’ve uploaded the files, as I see http://np-environmental.com/newsite/license.txt and /readme.html, and looking deeper /newsite/wp-admin/css/about.css Assuming the Windows server has PHP installed and configured, … Read more

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