我创建了一个简单的虚拟域
http://team.xyz.ae
一旦我点击这个url,我想把它重定向到
http://team.xyz.ae/users/login but now its redirecting to
http://team.xyz.ae/users/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/loginusers/login
这是我为创建虚拟主机而编写的
<VirtualHost *:80>
ââââServerAdmin webmaster@localhost
ââââDocumentRoot /var/www/html/xyz/
ââââRedirect permanent / http://team.xyz.ae/users/login
ââââErrorLog ${APACHE_LOG_DIR}/error.log
ââââCustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>