logo
福豐自動化
http_redirect
Initializing search
    • Welcome to MkDocs
    • Linux
    • Odoo
    • Windows
    • 程式語言
    • 筆記軟體
    • 自動控制
    • 電路製圖
    • Welcome to MkDocs
      • UEFI
      • Unifi 設備問題處理
      • 常用必裝 Linux 套件
      • Cross Environment Compiler
      • extract part of string
      • http_redirect
      • mount smb
      • 多檔案搜尋文字內容
      • 查詢系統使用的 port
      • 多檔案搜尋取代
      • static_ip
      • systemd
      • Linux 壓縮打包工具 Tar
        • MOD
        • Raspberry Pi 當列印伺服 (舊版參考)
        • Raspberry Pi 當列印伺服
        • Raspberry Pi CLI
        • Raspberry Pi surveillance
        • Cameradiaplay
        • Surveillance 可用套件
        • Google DNS 設定
        • MySQL
        • Tomcat7
        • backup
        • 更改hostname
        • HTTPS
        • Nginx
        • openkm 安裝 2
        • openkm 安裝
        • xwiki config
        • xwiki V11 安裝
        • xwiki V12 安裝
    • Odoo
    • Windows
    • 程式語言
    • 筆記軟體
    • 自動控制
    • 電路製圖
    http server

    http_redirect

    sudo nano /etc/apache2/apache2.conf

     <VirtualHost *:80>
    #    ProxyPreserveHost On
    #    ProxyRequests Off
        ServerName fufeng
    #    ProxyPass / http:~/~/localhost:8080/xwiki/
    #    ProxyPassReverse / http:~/~/localhost:8080/
        Redirect permanent / http:~/~/fufeng:8080/xwiki/
    </VirtualHost>
    
    .htaccess 請參考網路資源做網址改寫

    Made with Material for MkDocs