私は Joomla 2.5.8 を実行しており、愚かな index.php を削除して、SEO に適した URL を作成しようとしています。まだ..メニューを有効にして再構築すると、メニュー項目をクリックすると、サイトは /index.php/ のないページに移動しますが、404 ページが返されます。しかし、ドメインとページの間に /index.php/ を手動で入力すると、通常のページが表示されます。
いくつかのメモ
htaccess.txt を .htaccess に変更しました
I removed the '#' before RewriteBase / I added 'cms' to the directory path (RewriteBase /cms ) Since Joomla is in the /cms folder However, the htaccess is in the SAME folder as Joomla itself, they both lie in a subfolder In the root folder, where a different website is stored, there also lies a .htaccess file
何か提案はありますか?
ありがとう!