Re: [us...@httpd] url rewrite help

2010-08-11 Thread Matthew P. Smith
:21 PM, David Ricar wrote: > I'd use default index and extend it for .cfm as this: > > DirectoryIndex index.html index.cgi index.pl index.php index.xhtml > index.htm index.cfm > > Cheers > David > > Matthew P. Smith wrote: > >> I need to rewrite reques

[us...@httpd] url rewrite help

2010-08-11 Thread Matthew P. Smith
I need to rewrite requested urls from this: domain.com/some-directory/ to domain.com/some-directory/index.cfm Can someone provide an example? I need it to apply to all directory only requests. I looked here, but did not see how to do it. http://httpd.apache.org/docs/2.0/misc/rewriteguide.htm

[us...@httpd] Re: using mapped drive as document root

2010-07-28 Thread Matthew P. Smith
username "Matthew" and the password. I was unable to figure out how to use the xp account to connect to the 7 machine. Is there any way to do this? On Wed, Jul 28, 2010 at 11:04 AM, Matthew P. Smith wrote: > I have mapped D:\inetpub on my workstation as Z: on the server. >

[us...@httpd] Re: using mapped drive as document root

2010-07-28 Thread Matthew P. Smith
8 11:24:49 2010] [notice] Child 2620: Released the start mutex [Wed Jul 28 11:24:50 2010] [notice] Child 2620: All worker threads have exited. [Wed Jul 28 11:24:50 2010] [notice] Child 2620: Child process is exiting On Thu, Jul 22, 2010 at 1:51 PM, Matthew P. Smith wrote: > I would like to use

[us...@httpd] using mapped drive as document root

2010-07-22 Thread Matthew P. Smith
I would like to use the drive on my dev workstation as the document root for my apache server. How do I do this? -- Regards, Matthew Smith MS Data Systems, Inc. - Mobile AL Mobile AL Web Design Company

[us...@httpd] see the url vars for a request

2010-06-16 Thread Matthew P. Smith
I would like to see the url vars present in a request. How do I do so? I looked in the dummy-host2.sitename_com.log under logs, and access.log is only a few bytes. Thanks!