| 249 | === Static Home Page === |
| 250 | In order to improve performance & scalability, you may wish to set a page (usually the homepage) as static. To do this: |
| 251 | 1. Visit the page in a browser & Save to /static/index.html |
| 252 | 1. Edit the page to remove anything unnecessary (e.g. Ext) |
| 253 | 1. Adjust paths to ../ instead of /eden/ if you wish the app to remain portable |
| 254 | * include the Language selector dropdown, if-used |
| 255 | 1. Configure the Web server to redirect to this static page for unregistered users |
| 256 | * Apache |
| 257 | * Cherokee |
| 258 | |