简体   繁体   中英

Htaccess error 404 subdirectory

I have this in my htaccess:

ErrorDocument 404 /index.php?options=error404

It works fine when I try to open http://localhost/nopage

But if I call: http://localhost/nopage/anysubdirectory the error page not show well with no style or nothing.

You can see and example at https://www.redjuvensar.org/nopage

And the problem at https://www.redjuvensar.org/nopage/otherdir

Due to the change in the directory, your resources are throwing a 404 (open the console). Make your href and src of your files absolute, not relative.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM