Is there anyway to save html files without the .html?

GroundZero

Diamond Member
Oct 17, 2002
3,669
1
0
no there is no way you can save a file and then change then name and extension...disgust;
 

fatbaby

Banned
May 7, 2001
6,427
1
0
OK how do you save html files without any .whatever

So instead of stuff.html, i want to make it just stuff with no .anything
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
Files REQUIRE a file extension. In order to have an HTML file, your computer must recognize it as an HTML file. How do you think your computer recognizes files to be HTML and not something else? By the file extension (.html). :)

If you don't want to see the file extensions, open MyComputer, go to Tools at the top, and drop down to FolderOptions. Then go to "View" tab and play around with the correct check boxes. But no matter what you do, you won't be able to get the file extensions to go away (and still have a usable file at the same time).
 

yobarman

Lifer
Jan 11, 2001
11,642
1
0
Originally posted by: fatbaby
OK how do you save html files without any .whatever

So instead of stuff.html, i want to make it just stuff with no .anything

one way i know you can do that is to make the folder /stuff and add an index.html file... there's a way you can direct to a different html file but i know it defaults to index.html
 

WarmAndSCSI

Banned
Jun 4, 2001
1,683
0
0
Originally posted by: fatbaby
OK how do you save html files without any .whatever

So instead of stuff.html, i want to make it just stuff with no .anything

Just make a directory and put the file in it as index.html or index.htm. This will make it "/stuff/"