aisarosenbaum Posted January 30, 2008 Share Posted January 30, 2008 Hi, I would like to redirect all requests to a single CGI, regardless of the incoming URL. I'd like to pass the CGI the entire original URL. Should this be a rewrite or redirect? Any advice on the best approach? TIA, Aisa Link to comment https://forums.phpfreaks.com/topic/88490-redirect-all/ Share on other sites More sharing options...
madmax Posted January 31, 2008 Share Posted January 31, 2008 Use mod_rewrite .... Or use RedirectMatch/RedirectPermanent perhaps ? http://httpd.apache.org/docs/2.0/mod/mod_alias.html#redirectmatch Link to comment https://forums.phpfreaks.com/topic/88490-redirect-all/#findComment-454614 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.