[SOLVED] help :(!

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
kron
Forum Newbie
Posts: 6
Joined: Thu Sep 16, 2004 4:32 pm

help :(!

Post by kron »

ok thanks for accessing this post.

anyway, I've installed .php on a Win2k3 machine with IIS 6.0. I've added correct permissions, and everything works except when processing pages like index.php?page=something. I've used this method to make my site more compact, to include $page.php into index.php. But I guess it just doesn't work now when I ported my site to IIS.

Is this method apache specific or can it be made to work with IIS?

Thanks.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

your choice in topic subjects needs work. :?

This is code and configuration specific. Your thread is being moved to PHP - Code.
User avatar
dethron
Forum Contributor
Posts: 370
Joined: Sat Apr 27, 2002 11:39 am
Location: Istanbul

Post by dethron »

why do some people use IIS?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

as with everything else Windows, if set up right, it's fairly secure and stable.. unfortunately, 99.99% of Windows admins I've talked to have no clue how to actually set up a Windows machine safe and secured.. but enough off-topic nonsense.
kron
Forum Newbie
Posts: 6
Joined: Thu Sep 16, 2004 4:32 pm

Post by kron »

ISA just gives way too many good options with IIS, thats my prime choice. So basicly it's just up to my configuration?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I would bet that your code relies on register_globals being on. Which isn't on in your server.
kron
Forum Newbie
Posts: 6
Joined: Thu Sep 16, 2004 4:32 pm

Post by kron »

thanks again for the info, I'll look into it.

[edit]
yes it worked :D! Thanks!
Post Reply