http://www.onedayoneclass.com/index.php/Home/Index/getopenId.html
改為:
http://www.onedayoneclass.com/Home/Index/getopenId.html

 
htaccess 檔案必須放到跟目錄下


Options +FollowSymlinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]