Smudly Posted October 8, 2010 Share Posted October 8, 2010 Hi, I have created a missing.php file which the user is redirected to if the page they are trying to access does not exist. I use GoDaddy as a host and I set up the 404 error section so it redirects correctly. It works if the user tries to go to www.mysite.com/fakefile.html This would redirect the user to missing.php However, if they go down a directory, things start to get funky. Example: www.mysite.com/directory/fakefile.html This redirects to the missing.php, but any styling it had before is nowhere to be seen. Test for yourself at my site if you want to see exactly what is happening. www.sheetmusichaven.com My missing.php is in my Root Directory. I tried making a duplicate and placing it in the sub folders and places ../ on any images, css files, etc. Quote Link to comment Share on other sites More sharing options...
haku Posted October 9, 2010 Share Posted October 9, 2010 Got some actual links to what you are talking about? Quote Link to comment Share on other sites More sharing options...
Smudly Posted October 9, 2010 Author Share Posted October 9, 2010 Hey It turns out the locations that I had typed for my css files and images were not absolute. They were: styles/style.css And they should have been www.mysite.com/styles/style.css All fixed Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.