I've made some basic customer error messages to display to the user if
they type the URL in wrong and its works fine for bad URLS of the form
Problem is if the bad URL they type has an several addional folder on
it i.e.
Then my custom 404 error cannot display the website logo at the top
because its looking in the ../images folder but Im thinking it would
then have to be ../../images?
But I cant change the code to ../../images because then
wouldnt load the pictures instead.
Is there a way ensure my logo is at the top regardless of how many
subfolders the user tries to type?
they type the URL in wrong and its works fine for bad URLS of the form
Problem is if the bad URL they type has an several addional folder on
it i.e.
Then my custom 404 error cannot display the website logo at the top
because its looking in the ../images folder but Im thinking it would
then have to be ../../images?
But I cant change the code to ../../images because then
wouldnt load the pictures instead.
Is there a way ensure my logo is at the top regardless of how many
subfolders the user tries to type?
Comment