Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
wjlevin #1
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
-
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... -
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... -
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... -
#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... -
Additional suffix Added To Filename
Mort <mortn@ix.netcom.com> wrote: If you do not get further help here you should post this to... -
geschenk #2
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



Reply With Quote

