Forum
List and detail Single item URL incorrect from Editors panel
I have a list and detail page Single item URL that was working and is now stopped.
Link in the Editors panel set as dress-{slug}
did point to ../dress-dress-lucille
whese now it points to ../cms/core/apps/content/edit/dress-lucille
RewriteRule ^dress-([^/]*)$ /detail.php?s=$1 [L]
Any ideas why it might have stopped working?
Another part of the site using a similar template is working correctly.
What's your Site URL set to on the Settings page?
it's set as a backslash
/
note another list and details single item URL on the same site is working perfectly
And weirdly the search result are showing the correct URL using
dress-{slug}
If similar template is working elsewhere then perhaps it's this list detail template has an issue?
Sorry, where is the problem? Your first post suggested it was somewhere in the control panel. I'm not sure what we're trying to fix here.
It's the 'view page' link from the control panel to preview the detail page of a list and detail setup.
This list and detail page is using categories so I assume the problem could be do with that and how I've cleaned the URLs?
Elsewhere on the site a basic list and detail page "without categories" is working correctly.
...aaagh which it was. I found "my" error. no slash in
/dress-{slug}
sorry.Amazing how contacting support focuses the mind. Or the little mind I've got left on a Friday afternoon.