.htaccess において
"www"ディレクトリの下に"modx1"というディレクトリを作り、そこにMODxをイ
ンストールしたのですが、それぞれのページを表示しようとすると、1つ上の
"www"にあるindex.htmlが表示されてしまいます。
としてみてください。
#Options +FollowSymlinks
RewriteEngine On
RewriteBase /modx1
.htaccess において
#Options +FollowSymlinks
RewriteEngine On
RewriteBase /modx1
としてみてください。
