RewriteCond %{HTTP_HOST} ^testrecup\.[a-z]+\.monsite\.com$ [NC]
RewriteRule ^.*$ %{HTTP_HOST} [C]
RewriteRule ^testrecup\.([a-z]+)\.monsite\.com$ /aliasname.php?aliasname=$1 [NC,L]
RewriteCond %{HTTP_HOST} ^testrecup\.[a-z]+\.monsite\.com$ [NC]
RewriteCond %{REQUEST_URI} !aliasname\.php
RewriteRule ^.*$ %{HTTP_HOST} [C]
RewriteRule ^testrecup\.([a-z]+)\.monsite\.com$ /aliasname.php?aliasname=$1 [NC,L]