1.下載 codeigniter 請至 http://codeigniter.com/


2.解壓縮後將application、system、index.php複製到網頁目錄

3.建立.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /請改成你的目錄/index.php/$1 [L]
</IfModule>


例如: http://localhost/請改成你的目錄/welcome
在系統裡面就會變成 http://localhost/請改成你的目錄/index.php?/welcome
外面仍然是http://localhost/請改成你的目錄/welcome

8.開啟網頁
首先先輸入http://localhost/請改成你的目錄/
看到網頁就成功了

文章標籤
全站熱搜
創作者介紹
創作者 stockwfj3 的頭像
stockwfj3

程式設計@筆記

stockwfj3 發表在 痞客邦 留言(0) 人氣(339)