Usign dots in files names

Hi there,

Is it ok to use dots within an HTML file extension. For example: hello.index.html? or a.index.html?

Thanks!

I don’t remember if that’s valid or not. For PHP certainly, for plain HTML… can’t tell right now.

Anyway, HTTP or not, I never use a symbol that may mean something for the Operative System, and the dot is meaningful to any OS.

So I would name them a_index.html.

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.