index.php problem
-
- New to forums
- Posts: 3
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Wed Sep 24, 2014 6:38 pm
index.php problem
So I'm using NFO's hosting and the following happens. When I use my donation system and hit home or anything, it shows my directories for the donation system. Which sucks. And I asked the creator of the donation system what the problem was. He says that nfo ignores index.html or index.php files, which I find hard to believe cause I didn't always have this problem. I just really need help and wanna use your hosting.
Re: index.php problem
Try creating a .htaccess in the root of your donation folder and add..
to it. Should take care of your problem.
Code: Select all
DirectoryIndex index.php index.html
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
Re: index.php problem
For the record, we *don't* ignore index.* files. By default, they are used. For yours not to work, it might be that you have an .htaccess file that is overriding the setting.