Hi there,
I just want to make sure that I set up this .htaccess rule the right way; it seems to be working as intended.
When should I use "!" at the beginning of the Cond? (e.g., "!^www.\playbypost\.com") I've seen that in other rewrite rules, but am not too sure what it signifies.Code:RewriteEngine On RewriteCond %{HTTP_HOST} ^aelyria.\playbypost\.com RewriteRule (.*) http://www.playbypost.com/aelyria/$1 [L,R=301]







Reply With Quote