You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I go to sample.com/asdfsd the 404 page loads correct, but if I go to sample.com/adfafds/adsfas, the CSS and images are not using the correct path. I have already set the nginx config accordingly, specify error_page 404 /404.html.
Is there something I am missing? The image it is trying to link to is sample.com/adfafds/img/logo.png instead of sample.com/img/logo.png. Seems like the extra folder path confused it?
The text was updated successfully, but these errors were encountered:
If I go to sample.com/asdfsd the 404 page loads correct, but if I go to sample.com/adfafds/adsfas, the CSS and images are not using the correct path. I have already set the nginx config accordingly, specify error_page 404 /404.html.
Is there something I am missing? The image it is trying to link to is sample.com/adfafds/img/logo.png instead of sample.com/img/logo.png. Seems like the extra folder path confused it?
The text was updated successfully, but these errors were encountered: