Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はいくつかのカスタム php ページを含む Wordpress サイトも運営しています。
たとえば、URL が拡張子 ( ) で終わらない場合は、 Nginx にまずに書き換えてもらい、存在しない場合はhttp://example.com/testに書き換えてもらいたいと思います。http://example.com/test.phptest.phphttp://example.com/test/
http://example.com/test
http://example.com/test.php
test.php
http://example.com/test/
どうすればこれを達成できますか?
これを試してみてください。実際の uri を試してから php で試します
try_files $uri $uri.php $uri/