:::
Tad Evaluation 評鑑檔案管理

點選上傳的評鑑檔案無法瀏覽

discuss pic 2019-11-21 15:07:41

FTP上傳檔案後

回到前臺,開啟評鑑列表,

點選上傳的評鑑檔案無法瀏覽(跳出視窗,畫面空白)

環境:

Chrome和Firefox均一樣

集中網站平台

 

謝謝老師~

discuss pic 2019-11-21 15:10:40
tad

請直接給我網址~

discuss pic 2019-11-21 15:16:40

謝謝老師,

到評鑑模組偏好設定關閉各種線上檢視器,可以解決!

discuss pic 2020-04-23 14:36:41

點選上傳的評鑑檔案無法瀏覽

http://210.240.63.14/~bbb/

102年度幼兒園本土教育網

0 unlike like 0

discuss pic 2020-04-23 14:40:30
tad

請至偏好設定關閉各種線上閱讀器

discuss pic 2020-04-23 14:47:47
discuss pic 2020-04-23 15:37:53
tad

對,所以,請至偏好設定關閉各種線上閱讀器 。

discuss pic 2020-04-24 07:12:42

還是失敗喔

discuss pic 2020-04-24 07:13:50
discuss pic 2020-04-24 07:14:17

會出現這樣

discuss pic 2020-04-24 07:16:10
discuss pic 2020-04-24 07:16:30

我系統版本是
Linux ob2d 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux

discuss pic 2020-04-24 08:31:47

可以了,感謝
 

7-5 啟動使用者家目錄及PHP功能

  1. 啟動使用者家目錄功能模組
    a2enmod userdir

     

  2. 設定使用者家目錄
    vi /etc/apache2/mods-enabled/userdir.conf

     

  3. 設定AllowOverride All(記得把 Options 後面的 Indexes 刪除)
    <IfModule mod_userdir.c>
            UserDir public_html
            UserDir disabled root
    
            <Directory /home/*/public_html>
                    AllowOverride All
                    Options MultiViews IncludesNoExec FollowSymLinks
                    Require method GET POST OPTIONS
            </Directory>
    </IfModule>
    

     

  4. 編輯使用者PHP設定檔:
    ##for Debian 10 Buster
    vi /etc/apache2/mods-available/php7.3.conf
    #for Debian 9 Stretch
    vi /etc/apache2/mods-available/php7.0.conf
    #for Debian 8 Jessie
    vi /etc/apache2/mods-available/php5.conf

     

  5. 啟用PHP(註解掉最下面5行)
    <FilesMatch ".+\.ph(ar|p|tml)$">
        SetHandler application/x-httpd-php
    </FilesMatch>
    <FilesMatch ".+\.phps$">
        SetHandler application/x-httpd-php-source
        # Deny access to raw php sources by default
        # To re-enable it's recommended to enable access to the files
        # only in specific virtual host or directory
        Require all denied
    </FilesMatch>
    # Deny access to files without filename (e.g. '.php')
    <FilesMatch "^\.ph(ar|p|ps|tml)$">
        Require all denied
    </FilesMatch>
    
    # Running PHP scripts in user directories is disabled by default
    #
    # To re-enable PHP in user directories comment the following lines
    # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it
    # prevents .htaccess files from disabling it.
    #<IfModule mod_userdir.c>
    #    <Directory /home/*/public_html>
    #        php_admin_flag engine Off
    #    </Directory>
    ##</IfModule>
    

     

  6. 重啟apache完工!
    service apache2 restart
discuss pic 2020-04-24 08:33:01

 AllowOverride All
這裡改成All就可以了

 

discuss pic 2020-04-24 08:33:22

感謝

:::

http%3A%2F%2Fcampus-xoops.tn.edu.tw%2Fmodules%2Ftad_discuss%2Fdiscuss.php%3FDiscussID%3D6857

計數器

今天: 4540454045404540
昨天: 3438343834383438
總計: 7394869739486973948697394869739486973948697394869