Hi all,
I followed the instruction step by step, after I finished and getting the congratulation page. The congratulation page gave me admin uid and pwd ans link to log-in. When I try to log-in I got the 403 Access forbidden error. I navigated the whole forum for such solution but could not find any.
**Hereunder my VHost settings
<VirtualHost 192.168.XXX.XXX>
DocumentRoot /srv/www/htdocs/blog
ServerName ourdomain.com
ServerAlias *.ourdomain.com
ServerAdmin myname@ourdomain.com
<Directory /srv/www/htdocs/WPMU>
AllowOverride FileInfo Options
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
** My .htaccess content
RewriteEngine On
RewriteBase BASE/
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
php_flag register_globals 0
php_flag display_errors 0
------------------------------
I have a dedicated IP for the WPMU and created a virtual directory as shown. I chmod the .htaccess to 666 as suggested by some posts in this form.
Please help.
I have other PHP-MySQL installations which work perfectly like wikimedia, phpmyadmin and sugar crm