i got some new problems!!
-
hi.
my problems:
1- i did change my vps. i am using kloxo and apache2 .
problem: blog feeds not found!!(The requested URL /feed/ was not found on this server.) and the not found page(blog.domain.com/any thing) is not wordpress not found page!(it is server not found page(The requested URL /feed/ was not found on this server.))
i think this got to be than VirtualHost!
my VirtualHost code in httpd.conf :<VirtualHost myip:80> ServerName mydomain.com ServerAlias *.mydomain.com DocumentRoot /home/admin/domaindir DirectoryIndex index.php index.html index.shtml index.htm default.htm Default.aspx Default.asp index.pl #ScriptAlias /awstats/ /home/kloxo/httpd/awstats/wwwroot/cgi-bin/ #SuexecUserGroup root root </VirtualHost>
i also tried this code:
<VirtualHost myip:80> ServerName mydomain.com ServerAlias *.mydomain.com DocumentRoot /home/admin/domaindir DirectoryIndex index.php index.html index.shtml index.htm default.htm Default.aspx Default.asp index.pl ScriptAlias /awstats/ /home/kloxo/httpd/awstats/wwwroot/cgi-bin/ SuexecUserGroup root root </VirtualHost>
but withe editing the code some times i see kloxo ip page in blogs.
But there isn’t any problem on domain.com! even feed is working! the problem is just about blogs(blog.domain.com).
2- i have asked this before but i couldn’t get the answer!(because i a’m not a englishe one)
is there any way to let visitors signup in each blog(every blog have users just for it self not for all of network!)?
looks:
i signed up in: wpmu.domain.com (and i a’m logged in as a user)
but i am just a visitor in: wordpmu.domain.com (and must signup to see more!)
- The topic ‘i got some new problems!!’ is closed to new replies.