0

我得到一個錯誤,同時開口道:獲得500內部服務器錯誤,而使用的.htaccess

內部服務器錯誤 服務器遇到一個內部錯誤或配置錯誤,無法完成您的請求。 請聯繫服務器管理員[email protected]****.**,並通知他們錯誤發生的時間以及您可能會造成錯誤的任何可能的事項。 有關此錯誤的更多信息可能在服務器錯誤日誌中可用。

這是我的代碼:

RewriteEngine On 
RewriteRule index.html index.php 
RewriteRule history.html historyp.php 
RewriteRule h-general.html historyp.php?page=overall 
RewriteRule h-tajik.html historyp.php?page=tajik 
RewriteRule h-woman.html historyp.php?page=woman 
RewriteRule timeline.html hronika.php 
RewriteRule t-tajik.html tajikchron.php 
RewriteRule t-overall.html overchron.php 
RewriteRule time.html chronm.php 
RewriteRule heroes.html heroesp.php 

它工作在我的本地主機,但是當我把它上傳到服務器,它提供了錯誤這樣。 感謝

回答

0

,如果你在你的.htaccess,其中誤差包括嘗試使用不允許你通過AllowOverride directive使用命令的錯誤,這會發生,所以你很可能缺乏

AllowOverride FileInfo 

在你的生產服務器配置中。