歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu 10.04 安裝中一些小問題

Ubuntu 10.04 安裝中一些小問題

日期:2017/2/28 16:36:33   编辑:Linux教程

為Ubuntu服務器 Apache2開啟mod_rewrite模塊

新建個.htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
自己加規則……
</IfModule>

將 rewrite.load 添加到 /etc/apache2/mods-enabled,
執行命令:sudo ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/
編輯 apache 的配置文件:
將其中的:AllowOverride None 修改為:AllowOverride All

重啟 apache :sudo /etc/init.d/apache2 restart

Amd64 安裝 flash10 的方法

1,下載
插件http://labs.adobe.com/downloads/
2,安裝
libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz解壓後,把libflashplayer.so(解壓出來的東西)
安裝命令:sudo cp libflashplayer.so /usr/lib/mozilla/plugins/

Copyright © Linux教程網 All Rights Reserved