Re: [PHP] Template parser

2001-01-16 Thread Alex Black
> From: [EMAIL PROTECTED] ("Hrishi") > Newsgroups: php.general > Date: 16 Jan 2001 03:38:30 -0800 > Subject: [PHP] Template parser > > Hello, > > Is it possible using apache .htaccess to have every file served from a > particular domain/directory > pass throug

Re: [PHP] Template parser

2001-01-16 Thread Paul K Egell-Johnsen
Hrishi wrote: > > Hello, > > Is it possible using apache .htaccess to have every file served from a > particular domain/directory > pass through a custom script? or is it necessary to make changes at the root > level? RewriteEngine on RewriteRule ^/(.+) http://newserver/$1 [R,L] or Rewrit

[PHP] Template parser

2001-01-16 Thread Hrishi
Hello, Is it possible using apache .htaccess to have every file served from a particular domain/directory pass through a custom script? or is it necessary to make changes at the root level? Thanks, Hrishi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECT