您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
## |
|
## weaveserver.conf -- Apache configuration |
|
## |
|
|
|
Alias /weave @l_prefix@/share/weaveserver/index.php |
|
<Directory @l_prefix@/share/weaveserver/> |
|
Options ExecCGI |
|
AllowOverride all |
|
Order allow,deny |
|
Allow from all |
|
</Directory> |
|
|
|
|