Hi,
I get the famous error 404 when I try to activate via e-mail a blog. File htaccess.dist looks like this:
°°°°°°°°°°°°°°°°°°°°°°°°
RewriteEngine On
RewriteBase /
# Rewrite http://www.domain.com to domain.com
RewriteCond %{HTTP_HOST} ^www\.(.*)
RewriteRule ^(.*) http://%1/$1 [R,L]
#uploaded files
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]
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
and activation link like this:
http://blogname.mydomain.com/wpmu/wp-activate.php?key=615b2b4283e25b68
Then I have tried to create it manually but I get the following (civispla_wpmu is my database):
WordPress database error: [Table 'civispla_wpmu.wp_4_options' doesn't exist]
SELECT option_value FROM wp_4_options WHERE option_name = 'wp_4_user_roles' LIMIT 1
WordPress database error: [Table 'civispla_wpmu.wp_4_options' doesn't exist]
SELECT option_value FROM wp_4_options WHERE option_name = 'blogname' LIMIT 1
WordPress database error: [Table 'civispla_wpmu.wp_4_options' doesn't exist]
SELECT option_value FROM wp_4_options WHERE option_name = 'siteurl' LIMIT 1
WordPress database error: [Table 'civispla_wpmu.wp_4_options' doesn't exist]
SELECT option_value FROM wp_4_options WHERE option_name = 'post_count' LIMIT 1
Warning: Cannot modify header information - headers already sent by (output started at /home/civispla/public_html/wpmu/wp-includes/wp-db.php:135) in /home/civispla/public_html/wpmu/wp-includes/pluggable.php on line 334
Don't know what to do. Can anybody help? Let me know if you need more infos.
Thanks