Mobile app version of vmapp.org
Login or Join
Correia994

: Apache2 running but doesnt load my index.html I have a linux server running apache2, I have my own user folder: /home/me/... I added a .htaccess to my folder with: DirectoryIndex index.html in

@Correia994

Posted in: #Apache #Apache2 #Linux

I have a linux server running apache2, I have my own user folder: /home/me/...
I added a .htaccess to my folder with:

DirectoryIndex index.html


in it and the server IP is:
123.456.789.111

I tried: 123.456.789.111/index.html
to no avail. I know I probably doing something wrong, I never used apache.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Correia994

1 Comments

Sorted by latest first Latest Oldest Best

 

@Hamaas447

httpd.conf must have already DirectoryIndex for "Main" site
AllowOverrride for <Directory /> container must not be None in order htaccess directives to work

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme