Search for existing answers to your product and support questions.
Familiarize yourself with our support site and learn best practices in working with our team.
Manage Service Requests, View and update service requests submitted by you and others in your organization.
Submit a new issue to our technical support team.
Oracle B2C Service insights from our Technical Support team subject matter experts
Browse resources to assist you in launching your implementation and ensure a successful go-live.
Access your OCI account.
Find product documentation for supported versions of B2C and documentation libraries for related service solutions.
You will have the tools to improve your customers' experience when you learn about all the things our products can do.
Find links for API documentation, Custom Processes, Customer Portal, and Agent Browser UI Extensibility Framework.
Explore how accelerators are designed to demonstrate how an integration scenario could be built using the public integration and extension capabilities of the Oracle B2C Service.
Prepare for a successful transition by reviewing upcoming release changes and enhancements.
Explore webinars, events, and feature kits to learn about B2C Service features, functionality, and best practices from the technical experts.
Oracle MyLearn offers a portfolio of free and paid subscription-based learning resources to help you gain valuable skills, accelerate cloud adoption, increase productivity, and transform your business.
Empower your team with the skills to implement, configure, manage, and use your applications with Customer Experience Cloud Training.
Our goal is to facilitate a friendly, supportive environment where members can easily collaborate with each other on solutions and best practices.
Ask and answer questions specific to B2C.
This is an exciting resource intended to help with your Oracle Service Cloud Analytics.
Share product improvement ideas and enhancement requests with Oracle Development, while collaborating with other Oracle customers and partners.
Update your phone number, email notification preferences, and severity 1 and severity 2 contact preferences.
View the contact managers within your organization.
Find contact information of the Technical Account Manager (TAM) and Client Success Manager (CSM) for your organization.
Environment:
This answer applies to Customer Portal page sets
Resolution:
There are two possible 404 error pages that may be displayed when a user attempts to load an invalid URL in Customer Portal. Which page is displayed to the user is dependent upon the URL path that the user has attempted to load. Both of these 404 error pages can be customized via WebDAV.
URLs in the /app directory:
This applies to users who attempt to navigate to non-existing pages within the /app directory, for example http://mysite.custhelp.com/app/fakepage. The CP_404_URL configuration applies to this scenario as described here:
Answer ID 6594: Error 404 page
With the default configuration of the CP_404_URL configuration, the error message displayed to these users can be customized by editing the error404.php file found via WebDAV at the following location:
Customer Portal Framework Version 3.x: /cp/customer/development/views/pages/error404.php
Customer Portal Framework Version 2: /euf/development/views/pages/error404.php
This page may be edited and uploaded via WebDAV. As with other Customer Portal pages, It must be staged and promoted to production before it will be available to your end users in the production environment.
URLs outside of the /app directory:
This applies to users who attempt to navigate to non-existing pages outside of the /app directory, for example http://mysite.custhelp.com/fakepage. Although this URL is technically on your end user pages, it is outside of the Customer Portal framework and thus a different process must be followed to customize the 404 error page.
The error message displayed to these users can be customized by editing the error404.php file found via WebDAV at the following location:
Customer Portal Framework Version 3.x: /cp/customer/error/error404.html
Customer Portal Framework Version 2: /euf/config/error404.html
This page is editable and may be accessed/uploaded via WebDAV. Note that changes to this page take effect in your production environment immediately, as this page exists outside of the Customer Portal framework. There is no stage/deployment process for this page.
Note: Error pages can't use template or widgets or any other rn: type tags on them. These are more like code snippets that are included when a PHP error is encountered. So, if you have some code on the page that is runtime-invalid PHP, we'll include the error_php.php file to display the error. You can use PHP on them, but we don't parse them for CP tags.
Are you experiencing issues with error pages in Internet Explorer? Refer to Answer ID 6417: Custom Error Pages not displaying in Internet Explorer.