Re: [wdvltalk] .htaccess question

2005-04-25 Thread Amrit Hallan
Thank you Stephen.
I have already used a the path variable...but anyway, since it works on 
the server, temporarily I've dumped all the files in a single directory 
and am accessing them from there.

Regards.
Amrit
Stephen Caudill wrote:
Amrit,
I dug around in my .htaccess and I've got nothing of the sort.  I do
virtual hosting on my local box though, so that setup wouldn't behoove
me.
In the past, for things like smarty lib, that require this sort of
thing, I've simply added the path to my PATH environmental variable
and it worked... now I'm no Windows expert, but if I understand that
ENV variable correctly, it tells the system what directories to look
in when it receives queries for unspecified handlers (god.. that's
probably exactly the wrong way to say that, but I think it's the
general idea).
At the risk of telling you something you already know, you can edit
your PATH variable like so:
right-click My Computer  Properties   Advanced tab  Environment
Variables  in the System Variables fieldset, scroll to and select
the Path variable in the left column  click Edit...
hth,
Stephen
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
  Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk
  http://www.wdvl.com  ___
You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016
Please include the email address which you have been contacted with.


Re: [wdvltalk] .htaccess question

2005-04-21 Thread Stephen Caudill
Amrit,

I dug around in my .htaccess and I've got nothing of the sort.  I do
virtual hosting on my local box though, so that setup wouldn't behoove
me.

In the past, for things like smarty lib, that require this sort of
thing, I've simply added the path to my PATH environmental variable
and it worked... now I'm no Windows expert, but if I understand that
ENV variable correctly, it tells the system what directories to look
in when it receives queries for unspecified handlers (god.. that's
probably exactly the wrong way to say that, but I think it's the
general idea).

At the risk of telling you something you already know, you can edit
your PATH variable like so:

right-click My Computer  Properties   Advanced tab  Environment
Variables  in the System Variables fieldset, scroll to and select
the Path variable in the left column  click Edit...

hth,
Stephen

On 4/21/05, Amrit Hallan [EMAIL PROTECTED] wrote:
 I have Apache setup on my machine. I view files by typing
 http://localhost. I need a file in http://localhost/aa to access a file
 in http://localhost in PHP like:
 
 ?php
 require 'includeit.php';
 ?
 
 I know how to setup the include path using ini_set('include_path',
 'path'), but how do I do it in .htaccess file. I can set it up for a
 server, but what info do I use for:
 
 php_value include_path
 
 for local machine?
 
 I've tried 'C:/Program Files/Apache Group/Apache2/htdocs' but it doesn't
 work.
 
 Thanks.
 
 Amrit
 
   The WDVL Discussion List from WDVL.COM  
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
 use the web interface http://e-newsletters.internet.com/discussionlists.html/
Send Your Posts To: wdvltalk@lists.wdvl.com
 To change subscription settings, add a password or view the web interface:
 http://intm-dl.sparklist.com/read/?forum=wdvltalk
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to [EMAIL PROTECTED]
 To unsubscribe via postal mail, please contact us at:
 Jupitermedia Corp.
 Attn: Discussion List Management
 475 Park Avenue South
 New York, NY 10016
 
 Please include the email address which you have been contacted with.


  The WDVL Discussion List from WDVL.COM  
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.