Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Code Redirect

    My website has been online for a couple of years. The web pages are static. I
    am creating a database and want my site to by dynamic. I am working on the new
    site with file extensions asp on my computer.
    If a user kept the .html file extension pages in their favorites how can they
    be redirected to the new .asp file extension pages once the new dynamic site
    will be finished.
    How can I redirect asp pages to main page if page is not found ont he
    server?:cool;

    brensa Guest

  2. Similar Questions and Discussions

    1. Why doesn't the Code Completion occur in FlexBuilder IDEwhen source code is in an external file?
      I am seperating my .as from the MXML by using the following in my file.mxml: <mx:Script source="file.as"> When I edit file.as, the code...
    2. redirect to guest if first redirect is doesnt work for a user
      Hi all, I was wondering if anyone could help me solve a problem Once a user hits a certain webpage ..I try to redirect them to another using...
    3. Custom control fires event but ignores some code in the code behind file
      I do not quite understand the question. I will merely point out that most programming problems happen for a reason. Code works the way it is...
    4. Code to redirect old page
      Hi. I just purchaed my own domain name and switched hosting service. What is the HTML code to have my old site automatically forward to the new...
    5. Redirect to New Browser Window like Response.Redirect
      That worked just fine for me as long as you put that open statement on one line rather than 2. "michel" <michely3k@yahoo.com> wrote in...
  3. #2

    Default Re: Code Redirect

    ..oO(brensa)
    >My website has been online for a couple of years. The web pages are static. I
    >am creating a database and want my site to by dynamic. I am working on the new
    >site with file extensions asp on my computer.
    > If a user kept the .html file extension pages in their favorites how can they
    >be redirected to the new .asp file extension pages once the new dynamic site
    >will be finished.
    > How can I redirect asp pages to main page if page is not found ont he
    >server?:cool;
    It would be much easier for your visitors and search engines if the file
    extensions would stay the same. If you have to change all URLs just
    because you switch to another server-side technology then your URL
    design is not good and will cause problems (broken links).

    Cool URIs don't change
    [url]http://www.w3.org/Provider/Style/URI[/url]

    You should read the sections about "Designing URIs" and especially "What
    to leave out".

    Micha
    Michael Fesser Guest

  4. #3

    Default Re: Code Redirect

    If I am to use my static pages .html file extensions) how would I be able to
    make the site intereactive and dynamic. Static web sites are limited as to
    their potential, lack of intereaction no database etc.I was thinking of keeping
    those static pages, making new pages and using http redirect code from old
    pages to new ones.
    Is their a way with html file extensions to make a dynamic site without
    reworking the whole site?
    Thanks



    brensa 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