- My dilemma is quite similar to the one discussed in this Vue router thread on removing hash on certain pages
- I need to configure the hash mode for all pages except for mysite.com/success. This specific page is accessed via redirect from an external site.
The external site has a redirect set up to send users to mysite.com/success without the #. Enabling history mode results in a
404
error.As I don't have access to the server, any suggestions on how to achieve this configuration?