Linux
mod_rewrite 不適合我
mod_rewrite 不適用於我在 Fedora 上的 wordpress 安裝。模組正在載入,並且 httpd.conf 中的 AllowOveride 設置為 All。
我重新啟動了 apache,並重新啟動了機器,以防萬一。我完全迷路了。
這是我的 .htaccess 文件
AddType x-mapp-php5 .php Allowoverride FileInfo # to protect thisfile <Files ~ "^\.htaccess"> Order allow,deny Deny from all </Files> # to protect wp-config.php <Files wp-config.php> order allow,deny deny from all </Files> # BEGIN WordPress <IfModule mod_rewrite.so> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
謝謝
文件未找到?哪個文件,wp-config.php?wp-config.php 是否與 .htaccess 在同一目錄中?