Re: Apache File Quesiton

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In general, as Phpster points out, your development will take place in
directories underneath your htdocs directory, which, if you installed XAMPP
into the root directory on C:, would be something like
C:\xampp\htdocs\yourdevdirectory.

Depending on how XAMPP is configured (you can make many changes, for
example, to the Apache conf files to determine Apache's behaviour), you
would probably use a URL of http://localhost/yourdevdirectory/index.php etc
to access your actual application.

This is not to mention that you can go on to setup virtual sites, so that
you could access your site as http://yourapplicationname/index.php.

M is for Murray


On Sat, Jan 10, 2009 at 12:13 PM, Gary <gwpaul@xxxxxxx> wrote:

> Not sure how to word this, but I have just installed the XAMMP package with
> Apache,  PHP for the purpose of having a testing server.
>
> My confusion is the location of the files.  I am using Dreamweaver CS3, and
> all of my sites were in My Douments\Sites. When I was trying to set up the
> testing server in DW, I directed it to http://localhost.  I was pretty
> sure
> it was not going to work, and I was right.  I then created a folder in
> C:\xammp\htdocs\ and directed it to there...again no go.
>
> Part of my confusion is that if I create a page as I normally do, and it is
> stored in My documents\Sites\sitename, then there is no file that is then
> created in the C:\xammp\htdocs\.
>
> So, does it make sense for me to simply put all of my local files in the
> tester server root folder? Or am I going about it wrong?
>
> Thanks
>
> Gary
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux