Hello everyone. Does anyone know how can I use Delivery Server to provide a custom 404 error page per language variant? Each variant has its own directory structure on the same domain. Is there a way to analyze the offending URL, and then redirect to a language specific page?
Thanks to info on the following pages/discussions, I've been able to get proper 404 errors working: http://groups.google.com/group/reddot-cms-users/browse_thread/thread/c305c9582178199c/7358c3169a85879f?lnk=gst&q=404&fwc=2 http://www.reddotcmsblog.com/how-to-generate-a-real-404-http-header-status-within-reddot-liveserver Here's what my 404 error page currently looks like: <rde-dm:attribute mode="write" source="request" attribute="rdeResponseStatus" op="set" value="404"/> <rde-dm:include content="path/to/english/error.php" /> If worse came to worse, I know that I could use javascript to redirect to other pages - but I'd rather not use client-side methods. -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
