0

MODX Revoを使い始めたばかりです。MODX(Revo) で新しいドキュメントを作成するときに、そのエイリアス (たとえば、「TESTALIAS」) を入力し、 mydomain/TESTALIASを取得しようとすると、エラー404が表示されます。

nginx と php-fpm を使用すると、 .htaccessで FURL がオンになります

それで、私は何を間違っていますか?どうもありがとうございました

4

3 に答える 3

1

私を邪魔する唯一のものはNGINXと.htaccessです... htaccessはApache Webサーバーで使用するためのものです。http://rtfm.modx.com/display/revolution20/Nginx+Server+Configを見てみると、何か役に立つかもしれません:)

それが役立つことを願っています。

于 2012-06-02T16:23:17.053 に答える
0

If you have built the site, browsed around a bit and THEN turned on furls, clear your modx cache. [actually delete all the files] Also make sure that not only furls are enabled in modx but that:

Use Friendly Alias Path = on

Check for Duplicate URIs Across All Contexts = on

Automatically generate alias = on [not necessary, just handy]

Are you getting the modx 404 error page or the apache 404?

But it sounds like you have not enabled furls in modx system->settings->freindly urls

于 2012-05-26T16:21:24.227 に答える
0

覚えて

Options +FollowSymlinks
RewriteEngine On
RewriteBase /

または

Options +FollowSymlinks
RewriteEngine On
RewriteBase /your-path-from/

私は何年にもわたって、私の 50 の modx ページのどれでもフレンドリー URL に問題はありませんでした。

于 2012-05-29T09:57:27.653 に答える