網站轉移空間後,drupal的首頁能正常顯示,其他頁面都不能打開,請問應怎樣解決?
原來遇上過這種問題,似乎與資料庫中的menu_links、sessions、watchdog等的路徑有關,但這次沒查出路徑問題。
另外,安裝時出現過下面的提示:
warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in ..\includes\mail.inc on line 193.
Unable to send e-mail. Please contact the site admin, if the problem persists.
Re: 轉移空間後首頁以外的頁面不能打開
1. 把簡潔網址停用看看?
2. 沒辦法寄出 e-mail 的錯誤訊息,跟路徑無關
Re: 轉移空間後首頁以外的頁面不能打開
謝謝回復。
只能看到首頁,我怎麼才能把簡潔網址停用?修改.htaccess、其他系統文檔還是資料庫文檔?
Re: 轉移空間後首頁以外的頁面不能打開
網址列直接輸入 ?q=admin/settings/clean-urls 試試
Re: 轉移空間後首頁以外的頁面不能打開
非常感謝,就是你說的簡潔網址去掉了「?q=」的問題。這個空間不支持簡潔網址。
我把另一鏡像網禁用簡潔網址,然後把資料庫全部複製過來才解決這個問題。
現在已正常,但我記得原來admin的路徑是../../?q=admin,現在成了../../index.php?q=admin。
是不是我應該把一些絕對網址改成相對網址,以後可以少一些這樣的問題?