
17th March 2010, 18:11
|
|
Senior Member
|
|
Join Date: Apr 2008
Location: San Diego & Tijuana
Posts: 302
Thanks: 26
Thanked 32 Times in 30 Posts
|
|
Can you post an example of links that don't work? If the ? is missing the server could be mistaking your arguments for file extensions and not seeing them as php.
Right: http://example.com/index.php?arg1=val1&arg2=val2
Wrong: http://example.com/index.php/arg1=val1&arg2=val2
Wrong: http://example.com/index.php&arg1=val1&arg2=val2
etc.
|