2011年9月8日 星期四

使用xoop的tadnews 模組 可以上傳模組 卻不能下載

相關問題 曾問過tad老師
主要是修改 /etc/apache2/mods-enabled 的 userdir.conf
主要內容為(增加 Options 紅色部分)
 <IfModule mod_userdir.c>
        UserDir public_html
        UserDir disabled root

        <Directory /home/*/public_html>
                AllowOverride Options FileInfo AuthConfig Limit Indexes
                Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
                <Limit GET POST OPTIONS>
                        Order allow,deny
                        Allow from all
                </Limit>
                <LimitExcept GET POST OPTIONS>
                        Order deny,allow
                        Deny from all
                </LimitExcept>
        </Directory>
</IfModule>

===================
卓老師第一版要加 但第二版好像早就加好了

沒有留言:

張貼留言