Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Where do I store my php files then?

Enthusiast ,
Aug 14, 2008 Aug 14, 2008

Copy link to clipboard

Copied

I normally build asp and keep the files in my wwwroot folder because that is where the IIS can process the asp content. Do I still build and store PHP files in the wwwroot folder, or do I have them elsewhere? If so, where?

Thanks

Mat
TOPICS
Server side applications

Views

377
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 14, 2008 Aug 14, 2008

Copy link to clipboard

Copied

you can store .php files in the root folder or subdirectories.

.php is processed whenever a function is called so you can store them wherever the browser has access to - dead simple and good for organising.

I believe one limitation is your connection file, which should be store in the Connections folder in root.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 14, 2008 Aug 14, 2008

Copy link to clipboard

Copied

LATEST
Mat,

If you've got Apache loaded on the same machine (according to your more
recent post), you would put your PHP files in the htdocs subdirectory under
the Apache Server directory in Program Files. For example,

C:\Program Files\Apache Software Foundation\Apache2.2\htdocs is logically
equivalent to c:\inetpub\wwwroot in IIS.

You've probably already figured out that the Apache server needs to be on a
different port number...

HTH

Steve

"matthew stuart" <webforumsuser@macromedia.com> wrote in message
news:g81js6$iv5$1@forums.macromedia.com...
>I normally build asp and keep the files in my wwwroot folder because that
>is
> where the IIS can process the asp content. Do I still build and store PHP
> files
> in the wwwroot folder, or do I have them elsewhere? If so, where?
>
> Thanks
>
> Mat
>


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines