Place it after server.document-root, either in the main section or in your virtual host sub-sections...
1 server.error-handler-404 = "/index.php?error=404"
and use this as your clean urls template
1 /%year%/%monthnum%/%day%/%postname%/
13376 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
1 server.error-handler-404 = "/index.php?error=404"
1 /%year%/%monthnum%/%day%/%postname%/
You need to create an account or log in to post comments to this site.