私のローカル プロジェクトのルートはlocalhost/websiteです
次の内容でファイル localhost/website/.htaccess を作成しました。
RewriteEngine On
RewriteRule ^content/(.*)$ content/$1.html [L]
私が正確に達成したいこと: localhost/website/main -> localhost/website/content/main.html localhost /website/content/main.htmlが実際に存在する場所。
いくつかのルールを試しましたが、どれもうまくいきませんでした。どういうわけか、私は何かが欠けていると思います。