Re: [PHP] Not quite PHP, but related...

2004-12-10 Thread Tom Rogers
Hi, Saturday, December 11, 2004, 8:16:44 AM, you wrote: BBBM> Hi you all, BBBM> is that possible using .htaccess to redirect every request to a BBBM> specified script? BBBM> for example if you have: BBBM> http://www.yoursite.com/en/articles/blab.html BBBM> where there isn't a en dir., so it w

Re: [PHP] Not quite PHP, but related...

2004-12-10 Thread Jonel Rienton
could header("Location: urlhere") be an alternative? jonel http://www.road14.com http://www.filipinosrus.com -- I not know English well, but I know 7 computer languages. anonymous On Dec 10, 2004, at 4:16 PM, Bruno B B Magalhães wr

[PHP] Not quite PHP, but related...

2004-12-10 Thread Bruno B B Magalhães
Hi you all, is that possible using .htaccess to redirect every request to a specified script? for example if you have: http://www.yoursite.com/en/articles/blab.html where there isn't a en dir., so it would be redirected to public_html/site I could use error page, but it won't receive post, get, c