Forums / Cotonti / Support / [solved] Problem with cot_url

tensh
#36322 2012-11-23 09:30

Hi;

The following code:

 

header('Location: '.cot_url('plug', 'e=offer&s=details&id='.$offid));
header('Location: '.cot_url('plug', array('e' => 'offer', 's' => 'details', 'id' => $offid)));

gives me urls with /offer?s=details&id=14 - which don't work.
 
When I use: header('Location: index.php?e=offer&s=details&id='.$offid); - then it works.
 
What am I doing wrong?
 
I also have problem with AJAX urls like admin/config#get;n=edit&o=plug&p=html (should be admin/config?n=edit&o=plug&p=html) - they also don't work at all.
 
Any help please?

 

This post was edited by tensh (2012-12-06 09:04, 11 years ago)