クリーンURLのテストはD 7で失敗しました
この問題の解決策を見つけるのに疲れました。 私はほとんどすべてを試しました。しかし、それは私にはうまくいきません。私が試したことは以下のとおりです: RewriteBase / REWRITE URLの構文の変更 .htaccessファイルに.txt拡張子がない(編集済み) mod_rewrite有効。 クエリ文字列を直接削除してEnterキーを押しても機能しません。 ALLOWOVERRIDES ALLをhttpd.confファイルに含めると、認証が必要なエラーが表示されます。 オーバーレイモジュールを無効にしてみました-機能しません。 これがあなたの参照用の.htaccessファイルです。 # # Apache/PHP/Drupal settings: # # Protect files and directories from prying eyes. <FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(\..*|Entries.*|Repository|Root|Tag|Template)$"> Order allow,deny </FilesMatch> # Don't show directory listings for URLs which map to a directory. Options -Indexes # Follow symbolic links in …