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] Link to comment https://forums.phpfreaks.com/topic/232447-mod_rewrite-redirect-settings/ 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. Link to comment https://forums.phpfreaks.com/topic/232447-mod_rewrite-redirect-settings/#findComment-1195700 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.