What are -mod.php files?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default What are -mod.php files?

    Am learning PHP and came across these in a web site I'm overhauling. What are-mod.php files?
    dreamweeper Guest

  2. Similar Questions and Discussions

    1. Any way to programatically convert Image PDF files to OCR searchable PDF files?
      Hi, I have Adobe Acrobat Reader 7.0 Standard and was wondering if via using Visual Basic there was any way to programatically convert Image PDF...
    2. Urgent: Online files accessing local files Issue
      Hi.. We are working on a online project where we have some 600 MB videos. The complete project is made using flash & HTML.
    3. .PDF files (as Mail attachments) areautomatically converted to .MIM files.
      I send .pdf attachments from Mac (via Mail) and a PC user cannot open the files because they are converted to .MIM (I assume this is MIME)....
    4. Preserving links between Illustrator files and image files during system upgrade
      Client is a design firm with thousands of Illustrator files spread across about five non-RAID external SCSI drives, most with partitions, attached to...
    5. Problems: uploading files have Chinese named files
      Hi everyone, I try to upload file by using asp.net, code like that: <script language="VB" runat="server"> Sub Upload(Source As Object, e As...
  3. #2

    Default Re: What are -mod.php files?

    On Tue, 19 Apr 2005 03:45:06 +0000 (UTC), dreamweeper
    <webforumsuser@macromedia.com> wrote:
    > Am learning PHP and came across these in a web site I'm overhauling.
    > What are-mod.php files?
    mod stand for module and is what your apache uses to recognize php, apache
    can recognize php, asp, coldfusion, jsp, python, perl, ruby, etc.

    For enable this functionality you need to load the modules regarding the
    language. If you want to code your page in python for example, you would
    need to load the mod_python, if you want coldfusion, mod_coldfusion.so


    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139