[Issue 16147] Provide shiny 404 error pages
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Jun 14 22:27:11 PDT 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=16147
greensunny12 at gmail.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WORKSFORME
--- Comment #8 from greensunny12 at gmail.com ---
This works fine for me, e.g.
http://dlang.org/foo
http://dlang.org/foo/bar/foo
And it looks like the resource URLs are set properly in the HTML:
<link rel="stylesheet" href="/css/codemirror.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/print.css" media="print">
--
    
    
More information about the Digitalmars-d-bugs
mailing list