0
重寫我就是用這個網址在笨
RewriteEngine On
RewriteBase/
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
#RewriteRule ^(.*)$ /jukson/index.php/$1 [L,QSA]
以去除笨網址的index.php在我WAMP。
但我現在已經安裝了Windows 8開發。預覽和wamp在這個操作系統中運行不好。所以我已經手動安裝了apache,mysql,php。除了上面的代碼不會從url中刪除「index.php」並且沒有index.php,頁面無法打開,所有內容都很好。