Re: [EMAIL PROTECTED] How can I setup URL path and directory mapping in apache

2007-07-16 Thread ying lcs
On 7/16/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/16/07, ying lcs <[EMAIL PROTECTED]> wrote: > Thanks. I tried by adding this in my apache2.conf: > > ScriptAliasMatch ^/v/(.+) /usr/local/movies/$1 > > > and when i hit http://localhost/v/sample_100kbit.mov, i get this error message: > >

Re: [EMAIL PROTECTED] How can I setup URL path and directory mapping in apache

2007-07-16 Thread Joshua Slive
On 7/16/07, ying lcs <[EMAIL PROTECTED]> wrote: Thanks. I tried by adding this in my apache2.conf: ScriptAliasMatch ^/v/(.+) /usr/local/movies/$1 and when i hit http://localhost/v/sample_100kbit.mov, i get this error message: The server encountered an internal error or misconfiguration and

Re: [EMAIL PROTECTED] How can I setup URL path and directory mapping in apache

2007-07-16 Thread ying lcs
On 7/16/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/16/07, ying lcs <[EMAIL PROTECTED]> wrote: > Hi, > > In apache, can I do this: > http://127.0.0.1:/dir1/index.html > > will go to /var/www/dir1/index.html > > and then > http://127.0.0.1:/dir2/index.html > > will go to /usr/local/bin/www/di

Re: [EMAIL PROTECTED] How can I setup URL path and directory mapping in apache

2007-07-16 Thread Joshua Slive
On 7/16/07, ying lcs <[EMAIL PROTECTED]> wrote: Hi, In apache, can I do this: http://127.0.0.1:/dir1/index.html will go to /var/www/dir1/index.html and then http://127.0.0.1:/dir2/index.html will go to /usr/local/bin/www/dir2/index.html If yes, can you please tell me how can I do that? You

[EMAIL PROTECTED] How can I setup URL path and directory mapping in apache

2007-07-16 Thread ying lcs
Hi, In apache, can I do this: http://127.0.0.1:/dir1/index.html will go to /var/www/dir1/index.html and then http://127.0.0.1:/dir2/index.html will go to /usr/local/bin/www/dir2/index.html If yes, can you please tell me how can I do that? Thank you. -