Hello,
I am having a problem with my site - I need to change a single part of my page URL - see below:
/dyncat/index.php/catalog2/show_catalog/CALDWELL/11
needs to be changed so that index.php is changed to index.php? with the rest of the string following being kept regardless of it's contents - so it would change to:
/dyncat/index.php?/catalog2/show_catalog/CALDWELL/11
I've been looking at .htaccess redirecting but can't wrap my head around how to get this working - any ideas?