larryjenkinz Posted October 19, 2007 Share Posted October 19, 2007 Can I prevent specific virtual domains on my linux server from following redirect rules that I've written to my httpd.conf? Rephrased: How to explicitly tell specific domains to "ignore a redirect" rule? httpd.conf example: Redirect /homework http://www.foobah.edu/other Mucho Gracias. Quote Link to comment https://forums.phpfreaks.com/topic/73916-httpdconf-needing-to-ignore-redirects/ Share on other sites More sharing options...
steviewdr Posted October 20, 2007 Share Posted October 20, 2007 Easy way -> put the redirect in a .htaccess of the root folder of the virtual host. Better way -> put the redirect line correctly into position inside a <Virtual Host...> -steve Quote Link to comment https://forums.phpfreaks.com/topic/73916-httpdconf-needing-to-ignore-redirects/#findComment-374041 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.