I know there is a lot of questions on here about this... but right now I feel like a deer stunned by oncoming headlights... I just don\'t know where to start and which optio
Simplest way in .htaccess would be to put the following in an htaccess file as high up in the hierarchy as possible.
RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.application\.* [OR] RewriteCond %{HTTP_HOST} ^application\.* [NC] RewriteRule .* http://www.domain.com/application [L]