那wp和wpmu的主题怎么才能相互修改那
还有就是404问题不是因为re_write模块没有加载。已经加载了,类似下面这种连接无法访问:
http://blog.examples.com/about/
http://blog.examples.com/archives/
http://blog.examples.com/2007/11/
就是凡是域名后面的子目录都不能访问,是不是apache或者bind设置有问题
我的apache的虚拟主机设置如下:
<VirtualHost blog.explames.com:80>
DocumentRoot /var/www/blog/
ServerName blog.examles.com
ServerAlias *.blog.explames.com
ErrorLog /var/log/httpd/blog.explames.com-error_log
CustomLog /var/log/httpd/blog.explames.com-access_log common
</VirtualHost>
另:bind中设置了
www.explames.com域名,想把他解析为www服务,但是还是连到blog上了(在apache中也设置了相关的虚拟主机),请问怎么设置才好?谢谢!