Hi,
I'm having a problem with one of my cleanURLs. The code I have is:
Problem is, $ticketID simply becomes $1/$2. i.e. if $1 is 5 and $2 is 10, I would have $_GET['ticketID'] being 5/10 and ticketStatus non-existant.Code:RewriteRule /support/view-ticket/(.*)/(.*)/$ /view-ticket.php?ticketID=$1&ticketStatus=$2 [I,L,U,O]
Any help would be appreciated.
Cheers,
Rhys



Reply With Quote

Bookmarks