ASP Forum
Custom File-Not-Found Page
kerem | Posted 7:15am 23. March 2008 Server Time |

Hi,
I prepared and upload a custom file-not-found page to the root directory of server. when a page requested (http://www.xxx.com/1.asp - page 1.asp is not present) in root directory, all images displayed on file-not-found page very well. but if you request page 1.asp that supposed to be in a folder named abc (http://www.xxx.com/abc/1.asp), none of the images displayed on the file-not-found page, also the scripts not executed well.

Any idea?

Thanks in advance
pussy cat | Posted 5:39am 9. April 2008 Server Time |

stick a / in front of you file locations

so if you have an images folder in the root of your site
image refs should be /images/
etc


Reply to Post Custom File-Not-Found Page



Back to Forum Page