Creating a index.php

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

  1. #1

    Default Creating a index.php

    I have 2 php sites the first was loaded up for me by another company and they
    left me a index.php that I could edit with Dreamweaver and start to create a
    basic but editable index.php. The next site was loaded up by my hosting site
    and there is no "enter here" page or index.php. It jumps straight to the
    normal php forum page. When I try to edit the index.php I get all kinds of
    error messages. Not good. I have got it back to normal but what can I do?
    My sites are small and bad, but I need help. Please help.
    WeThePeopleOfTheInternet.com
    PollingVote.com

    Thanks H

    NCH52 Guest

  2. Similar Questions and Discussions

    1. Creating FULLTEXT index OK on command line, but NOT with DBI...?
      Experts, Given a script that uses the following format to create tables on the fly: CREATE TABLE $tName ( id int(11) unsigned NOT NULL...
    2. Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
      Hey Folks,(New to .NET) This is driving me NUTZ... If anyone out there can resolve this from me I would greatly appreciate it... Line 238: Line...
    3. Errors in creating index in Acrobat 5 for Windows
      OK, to answer the previous 2 postings: - The files are text, not scans or outlines - They are in English - F is unusual for a drive letter, but...
    4. Creating an index for a variable size opaque type
      I have an opaque type like this: create opaque type AsnOctetString( internallength = variable, maxlen = 4096, alignment = 4 ); I may NOT be...
    5. Creating Index
      Hi Isidre. onstat -k has a lock ? e.g) Informix Dynamic Server Version 9.30.UC3 -- On-Line -- Up 27 days 03:56:10 - - 28080 Kbytes ...
  3. #2

    Default Re: Creating a index.php

    On Wed, 9 Mar 2005 09:59:29 +0000 (UTC), NCH52
    <webforumsuser@macromedia.com> wrote:
    > I have 2 php sites the first was loaded up for me by another company and
    > they
    > left me a index.php that I could edit with Dreamweaver and start to
    > create a
    > basic but editable index.php. The next site was loaded up by my hosting
    > site
    > and there is no "enter here" page or index.php. It jumps straight to
    > the
    > normal php forum page. When I try to edit the index.php I get all kinds
    > of
    > error messages. Not good. I have got it back to normal but what can I
    > do?
    > My sites are small and bad, but I need help. Please help.
    > WeThePeopleOfTheInternet.com
    > PollingVote.com
    >
    > Thanks H
    >
    Hi NCH52,

    This is because normal.php is linked on a relative to different components
    on your site. If you want to modify this behavior is moving the whole
    forum under a folder.That way you can safely put an index.php and put
    whatever content you want. Another concern is that if your hosting company
    modify apache to have normal as opposed to index as the default site to
    open, then you should rename it to normal.php (Sorry -- I didnt quite get
    this part of your post).

    --
    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