【发布时间】:2020-01-24 08:12:01
【问题描述】:
我正在尝试将我的 url 从 domani.com/index.html 更改为 domain.com/index ,我尝试了很多选项,但没有一个有效。我正在使用 aruba 作为服务器,我不知道它是否重要和 Windows 托管
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule !.*\.html$ %{REQUEST_FILENAME}.html [QSA,L]
【问题讨论】: