ejaboneta Posted April 1, 2011 Share Posted April 1, 2011 I keep having probloms using mod_rewrite on my Godaddy Virtual Dedicated Server. I've been told over and over that Mod_Rewrite by default grabs the url invisibly. But in my case, instead of invisibly grabbing the url I want, it forwards the page to the url. And yes, I've made sure there is no Redirect flag. I've even tried [P], which works sometimes. So I am convinced that there is a setting somewhere that is making my Mod_Rewrite always forward. I can't find anything in httpd.conf. Can anyone help me? RewriteEngine On RewriteCond %{HTTP_HOST} blog.domain1.com$ [NC] RewriteRule (^.) http://blog.domain2.com%{REQUEST_URI} [P,NC] Quote Link to comment Share on other sites More sharing options...
requinix Posted April 1, 2011 Share Posted April 1, 2011 You can't redirect to a new domain invisibly. Not without setting up a proxy. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.