Tôi cần chuyển hướng tên miền phụ.example.com - & gt; tên miền phụ.example.com: 32400 / web
Htaccess hiện tại của tôi là:
Options -MultiViews +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^subdomain.example.com [NC]
RewriteRule (.*) http://subdomain.example.com:32400/web [R=301,L]
AuthUserFile /var/.htpasswd
AuthName Welcome
AuthType Basic
require user someone
IndexOptions +ShowForbidden
ErrorDocument 401 /error401.html
ErrorDocument 404 /errorGeneric.html
ErrorDocument 500 /errorGeneric.html
Tuy nhiên, tôi tiếp tục nhận được 500 lỗi Máy chủ nội bộ khi bật chuyển hướng, nếu chuyển hướng không hoạt động thì .htaccess hoạt động tốt