i want to make a htaccess to have a short link
问题 just wish to present this long link login.mydomain.com/myusersaccount/loginaccount/login.php, to this login.mydomain.com, so that when i access login.mydomain.com/myusersaccount/loginaccount/login.php, it take me to this login.mydomain.com, here is the code i use in htaccess: RewriteEngine On RewriteCond %{HTTP_HOST} ^mydomain\.com$ [NC] RewriteRule ^ %{HTTP_HOST}%{REQUEST_URI} [NE,R=301,L] RewriteCond %{HTTP_HOST} ^login\.mydomain\.com$ [NC] RewriteRule ^$ http://login.mydomain.com