-
Options +FollowSymLinks <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / #RewriteCond %{SERVER_PORT} 80 #RewriteCond %{HTTP_HOST} ^192.168.0.55 #RewriteRule
-
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /jack #RewriteCond %{SERVER_PORT} 80 #RewriteCond %{HTTP_HOST} ^192.168.0.55/jack #RewriteR
-
I need this to be with the entire site now. I tried
-
#RewriteCond %{HTTP_HOST} !^(www|subdomain) [NC]