0

私は 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

何か提案はありますか?

ありがとう!

4

1 に答える 1

-1

設定は問題ないようです。RewriteBase /CMS の htaccess は、/CMS フォルダーにある必要があります。Joomla では、sef ルールを有効にし、mod_rewrite オプションを有効にする必要があります。

これは単にキャッシュのクリアの問題である可能性があります。

于 2013-03-06T10:00:06.197 に答える