[Codeiginter] 首頁可開,其他項目 404 error

原因:

http://localhost 可開,但將檔案移至 http://localhost/new 則只能開啟首頁,其他項目 404 error

主要是 .htaccess 檔路徑設定問題,改為以下紅字可解決

    RewriteBase /new
    RewriteRule ^(.*)$ /new/index.php?/$1 [L]

Comments

Popular posts from this blog

VS Code x GitLab 首次註冊使用教學 如何從 VSCODE 上傳到 gitLab

在SugarCRM環境中 install 安裝 KnowledgeTree

Sitemap v.s. Webmaster Tools