> 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
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
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
3 matches
Mail list logo