Hi, I am designing a simple site and would like to know how to save the webpages without extensions. For example, http://www.examplesite.co.uk/example.html instead I want http://www.examplesite.co.uk/example/. Basically take the .html or.htm off the end. How do I do this in Dreamweaver CS3? Thanks, Darrell
It shows /example if you save your file as index.html and move it to /example/ folder. So basicly create folder and save your file as index.html Hope this helped