Share » Forums » Setup & design » How to override URL's ? sign

How to override URL's ? sign

How to override URL's ? sign

Monday 13 November 2006 10:02:07 am - 2 replies

Author Message

Claudia Kosny

Tuesday 14 November 2006 1:13:32 pm

Hi Jorge

This seems to be a common problem when PHP is running in CGI mode (e.g. check http://issues.ez.no/3693 )
You have two options:
- get rid of the first question mark, which seems to done by setting EZ up in virtual host mode (not sure as I've never had this problem)
- get rid of the second question mark by always using post instead of get

If only the search functionality causes this problem I just would change the form from get to post. As far as I know you don't need to change any kernel code as the content/search.php uses the function hasVariable() which does check both post and get (I hope).

Good luck

Claudia

Xavier Dutoit

Wednesday 15 November 2006 8:40:57 am

Hi,

If you are really using php in cgi, I'd suggest to find a provider that either provide mod_php or fastcgi (needs some tuning on the server, but works fine). It will run quicker.

X+

http://www.sydesy.com

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu