Apache-2.2

如何在 xampplite 上的 .htaccess 中使用 RewriteRule?

  • December 23, 2009

我正在使用.htaccess 文件來啟用 url rewrite

Options +FollowSymlinks
RewriteEngine on
DirectorySlash off 
Options -Indexes
RewriteRule ^(.*)$ index\.php [NC]

它可以在生產 php 伺服器上正常工作。

但是,它不適用於開箱即用的xampplite

我如何解決它?我該如何調試它?

.htaccess 文件中的任何內容實際上都適用嗎?您需要啟用此文件的處理,請參閱AllowOverride指令。

引用自:https://serverfault.com/questions/96899