If you want someone to type in:
http://www.cajuncrawfishpie.com/louisiana/baton-rouge/
and get this page. First create a folder in the root folder and name it
louisiana. Then create a folder inside of that and name it: baton-rouge. Now
save your page inside that folder as index.html, and when people type in said
address they will get your page.
In the address :
http://www.cajuncrawfishpie.com/louisiana/baton-rouge/, the
http://www.cajuncrawfishpie.com is your domain name. The "/folder_name/" tells
the server to go into that folder to get something.
When you name your page index.html, there can be only one with this name per
folder, but the reward is all you have to do is type up to that folder to get
it. The browser will look for this name automaticly.
Now if you want it to read:
http://www.cajuncrawfishpie.com / louisiana / baton-rouge.html
save the page as baton-rouge.html inside the louisiana folder. Again the down
side is the whole address including baton-rouge.html has to be typed in.
Hope that helps.