Url without showing the file, just the folder

I’m wondering how it’s possible to make a link that goes to a particular page but only shows the folder for example:
www.mysite.com/folder

that link might actually take you to www.mysite.com/folder/mypage.htm

but I don’t want that page to be shown in the link window.

Would I do this with an htaccess file?

yup… .htaccess

DirectoryIndex mypage.htm

save that in a file called .htaccess and upload it to your folder… to be able to save a file with an extension only, but no name (as in ,htaccess), save the file as “.htaccess” with the quotes on notepad :slight_smile:

Perfect! Thanks ahmed :b: (I really like this smiley lol)