PHP Page Viewing Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
SomeDeveloper
Forum Newbie
Posts: 2
Joined: Mon Feb 23, 2004 7:08 pm

PHP Page Viewing Problem

Post by SomeDeveloper »

Hey out there, i have a problem with page viewing. For some reason whenever someone goes to the website im developing, http://www.yesterdayspcs.com they can see all of the .htm pages, but none of the .php pages. When you go to a .php page it asks for user name and password as if your accessing a local area network. I can supply my own local area network password and login to view these pages, however the networking guy for this project is stumped as to the reason for a log in. Perhaps there is a line in the php.ini which needs to be changed? Thank you, and btw this is my first post :o
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

check your .htaccess
evilMind
Forum Contributor
Posts: 145
Joined: Fri Sep 19, 2003 10:09 am
Location: Earth

Post by evilMind »

Considering it's an IIS server. I don't believe checking the .htaccess file would do any good. .htaccess is apache specific isn't it?
Post Reply