私はのディレクトリを持っていますlocalhost/testing/pages/index.php
ユーザーが内線番号localhost/testing/pages/
で入るたびにリダイレクトするにはどうすればよいですか?localhost/testing/pages/index.php
index.php
私はこれを使用しようとしました:
RewriteEngine On
Rewrite %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC]
しかし、これは機能しません。
ありがとう!