how does apache behave with " http://myurl/index.php? " ?

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
Dunk
Forum Newbie
Posts: 2
Joined: Tue Nov 04, 2008 9:11 am

how does apache behave with " http://myurl/index.php? " ?

Post by Dunk »

Hi everyone,
i'm new to this forum i hope this isn't a repost but searching "index.php?" didn't gave me any result even on google.

So, as the topic says, what happens when the users send that url? my website behaves incorrectly with that, i can't understand why since due to security reasons i only use post...however, that index.php? triggers a js (this one http://www.toms-cafe.de/iban/iban.html ) - very strange behaviour, i'm not sure but i think it messess with the headers since on loading that it fails showing the background

any clues on what happens with that?

thanks everyone in advance!
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: how does apache behave with " http://myurl/index.php? " ?

Post by Jade »

That sounds like a problem with your php.ini file. Have you checked that? I might also check your apache config file to see if it's accepting .php file extensions.
Post Reply