Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default dropping the suffix

    Hi:

    Can someone tell me how I can get my website to assume a .html suffix so that
    browsers don't have to add the suffix all the time? ie: instead of typing
    [url]www.predictum.com/dynamic.html[/url] - I'd like the user to just have to ype
    [url]www.predictum.com/dynamic[/url] - and have it automatically go to dynamic/html.

    Is there an easy way to handle this in Dreamweaver CS3???

    Many thanks in advance!!!

    Wayne

    wjlevin Guest

  2. Similar Questions and Discussions

    1. Contribute 2 renames files with a .new suffix
      When contributors edit files, they browse to the one they want (with no trouble) they click on the 'Edit' button and make their changes (with no...
    2. How to replace the SoapIn and SoapOut suffix
      Hello, Is there a way to replace the "SoapIn" and "SoapOut" suffix added to the message name attribute? For example, I would like to change...
    3. Why dosn't Freehand end files with a suffix ?
      Why dosn't Freehand end files with a suffix ? When I uplaod Freehand files to a FTP site the Freehand file will not work because there is no suffix...
    4. #21611 [Opn->Csd]: Problem with version_compare() and 'p' suffix (pl == p)
      ID: 21611 Updated by: sniper@php.net Reported By: jan at horde dot org -Status: Open +Status: Closed...
    5. Additional suffix Added To Filename
      Mort <mortn@ix.netcom.com> wrote: If you do not get further help here you should post this to...
  3. #2

    Default Re: dropping the suffix

    Dreamweaver canīt do this, as it works with real files and not "alias" --
    something like this needs to be done by the server, e.g. your local and remote
    Apache server may (or may not, depends on the configuration provided by the
    server admin)
    have a "rewrite engine" module
    ([url]http://en.wikipedia.org/wiki/Mod_rewrite[/url]) installed, which could be configured
    to do what you want.

    Itīs a tricky thing though, and an easier option were to place your e.g.
    current "dynamic.html" in a subdirectory named "dynamic" and rename the file to
    "index.html" -- the reason behind this approach is: servers are usually
    configured to automatically load an existing "index.htm(l)" file from whatever
    directory in case no file name has been supplied, means linking to
    "www.predictum.com/dynamic" would load this file.

    geschenk 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