When special characters such as < > ( ) { } [ ] ! are included in the URL path of a Salesforce Site, the site returns a 503 Service Unavailable error instead of a 404 Not Found error. This occurs because site requests pass through a URL name validation check before any resource lookup is performed. Special characters cause the name validation to fail immediately, halting the request before it reaches the resource lookup stage — which is why a 503 (not 404) is returned.
The request validation process checks the URL name before performing any resource lookup. When the URL contains a disallowed special character, the name validation fails at the transport layer and the request is rejected with a 503 status code. Because no resource lookup occurs, a 404 response is never generated.
https://subdomain.example.com/ works correctly and returns the expected page.https://subdomain.example.com/< returns a 503 Service Unavailable error because the < character fails the URL name validation check.To confirm the 503 status code, open browser developer tools (press F12), navigate to the Network tab, and reload the failing URL. Inspect the HTTP status code of the failed request — it shows 503 rather than 404, confirming the URL validation failure.
Remove all special characters from the site URL path. The following characters are not permitted in Salesforce Site URLs: < > ( ) { } [ ] !
Ensure the site URL path uses only alphanumeric characters, hyphens, and forward slashes.
000381809

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.