Hi,
I was able to successfully install a multisite WordPress installation on a Amazon EC2 server instance.
However, when I try to access the Dashboard for the 2nd site it goes back to the homepage of the 2nd site, with /wp-admin/ at the end. The page's title is Page not found.
I've looked around and could not find a solution for this.
A little background:
To set the multisite up the instructions said to edit the .htaccess file that should be located at:
The .htaccess file located in C:\Program Files\BitNami\apps\wordpress\htdocs
There was not one there so I created it using notepad, and it says the following:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]
# END WordPress
Any help that can be provided would be helpful.
Thanks,
Baba Oke
[No bumping, thank you.]