• Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

index of/

strawbs89

Active Coder
hi all i am running apache2.4 server
basically i have run into an issue
i have a domain www.coolvibes-reloaded.com
but i'm having to type www.coolvibes-reloaded.com/index.html
in which i shouldn't have to

now when people go to that domain it shows index of/
where it shows what files i have in my htdocs
but i don't want it showing index of/
and all my files

i would like it to show my website

now i'm wondering if anyone could help out
 
Last edited by a moderator:
It shows well in my browser. Maybe it's something with your browser? some configuration or smth?
 
It could be a caching issue, have you tried clearing your cache or checking it out in incognito mode?
 
hi all i am running apache2.4 server
basically i have run into an issue
i have a domain www.coolvibes-reloaded.com
but i'm having to type www.coolvibes-reloaded.com/index.html
in which i shouldn't have to

now when people go to that domain it shows index of/
where it shows what files i have in my htdocs
but i don't want it showing index of/
and all my files

i would like it to show my website

now i'm wondering if anyone could help out
Directory traversal is what it's called
 
Top Bottom