Hi,
I installed the WP MU and use subdomains for new blogs.
When a new user signs up for a blog, he gets activation link email but when clicking on this link there is a error "The requested URL /wp-activate.php was not found on this server."
And when i go to subdomain.sosialita.com it go to page that say "Apache is working on your cPanel...". Sample: holi.sosialita.com
I have add wildcard subdomain on my dns:
*.sosialita.com. 14400 A 67.228.1.212
My .htaccess:
RewriteEngine On
#RewriteBase BASE/ (I remark this because my web show error)
#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]
Any ideas what could be wrong?
Thanks and Warm Regards,
Kurniawan