11-08-2008, 12:06 PM
[eluser]dbelanger[/eluser]
Hi guys,
Has anyone run codex on godaddy? I'm having some major URI problems where my links are looking like this with double question marks:
If tried removing the extra question mark but then the URI becomes:
and won't work either.
In my config file I have:
Any idea on how to fix this for the codex backend and have only one question mark after the page name?
Thank you!
Hi guys,
Has anyone run codex on godaddy? I'm having some major URI problems where my links are looking like this with double question marks:
Code:
http://www.site.com/backend.php??c=crud&m=manage&t=privacy&a=edit&id=1
If tried removing the extra question mark but then the URI becomes:
Code:
http://www.site.com/backend.php?/c=crud&m=manage&t=privacy&a=edit&id=1
and won't work either.
In my config file I have:
Code:
$config['index_page'] = "backend.php?";
$config['uri_protocol'] = "QUERY_STRING";
Any idea on how to fix this for the codex backend and have only one question mark after the page name?
Thank you!