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. 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 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
Archived
This topic is now archived and is closed to further replies.