index.php problem

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
Koopa Troopa
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Sep 24, 2014 6:38 pm

index.php problem

Post by Koopa Troopa »

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.
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: index.php problem

Post by kraze »

Try creating a .htaccess in the root of your donation folder and add..

Code: Select all

DirectoryIndex index.php index.html
to it. Should take care of your problem.
@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!
User avatar
Edge100x
Founder
Founder
Posts: 13112
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: index.php problem

Post by Edge100x »

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.
Post Reply