Page 1 of 1

help :(!

Posted: Thu Sep 16, 2004 4:39 pm
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.

Posted: Thu Sep 16, 2004 4:44 pm
by feyd
your choice in topic subjects needs work. :?

This is code and configuration specific. Your thread is being moved to PHP - Code.

Posted: Thu Sep 16, 2004 4:54 pm
by dethron
why do some people use IIS?

Posted: Thu Sep 16, 2004 4:57 pm
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.

Posted: Fri Sep 17, 2004 12:43 pm
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?

Posted: Fri Sep 17, 2004 12:47 pm
by feyd
I would bet that your code relies on register_globals being on. Which isn't on in your server.

Posted: Sat Sep 18, 2004 3:27 am
by kron
thanks again for the info, I'll look into it.

[edit]
yes it worked :D! Thanks!