我試圖建立我的網站VPS(虛擬專用服務器)。當我瀏覽像abc.html
這樣的靜態文件時效果很好。然而,當我試圖瀏覽了數據庫連接文件,我得到500錯誤:文件不存在:sys_cpanel PHP
所以我想我的MySQL憑據將是錯誤的。但他們似乎是正確的。當我進入CPanel並檢查日誌時,我發現:
[Sat Jun 02 08:19:26 2012] [error] [client XXX.XXX.XXX.XXX] File does not exist:/ home/abv/public_html/abv/Connections/sys_cpanel,referer:http://XXX.XXX.XXX.XXX/~abv/abv/Connections/PowerCMSConnection.php
谷歌搜索它表明我在我的.htaccess文件中有錯誤。但是,如果它會出錯,那麼爲什麼不使用數據庫連接的文件起作用?
不管怎麼說,這是我的.htaccess文件:
##########################################
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)\$ $1.html [nc]
Redirect 301 /business.html http://www.something.com/corporate-production-video
Redirect 301 /events.html http://www.something.com/london-videography
Redirect 301 /property.html http://www.something.com/property-on-video
Redirect 301 /weddings.html http://www.something.com/weddings-videographer
Redirect 301 /contact_us.html http://www.something.com/production-companies-music-video
有人可以建議錯誤可能是什麼呢?
檢查WHM的mod_userdir好辦法。 – Steve
@Tar:我看到DefaultHost(一個人)複選框被選中\t \t XXX.com(XXX)\t複選框未選中。我該怎麼辦? –
嘗試改變 '重寫規則^(。*)\ $ $ 1.HTML [NC]' 到 '^重寫規則(。*)$ $ 1.HTML [NC]' – Steve