Index Not Found
Installation and Configuration
Got the index working. Needed to tweak the rewrite.
BUT - yoursite.com/index still doesn't redirect to /
OLD
rewrite ^(.*)$ $uri/modules/jrCore/router.php?_uri=$1;
NEW
rewrite ^/(.*)$ /modules/jrCore/router.php?_uri=$1 last;
Though, the images in the ACP - only those for jrCore used in the ACP and not on the jrCore images list (those are showing up) don't display.
updated by @jimmy: 12/23/15 09:02:12AM