This question has been answered by lkfranklin. See the first response.
As above ^
Or you can login and view the pages individually, or you can just use the raw php id tags to navigate ie: http://www.goingwild.org/index.php?id=2
Tried your .htaccess file in the root ?
You should also read the posts in the Forum e.g here
# BEGIN SYSTEM API
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_USER_AGENT} !myclearcode$ [NC]
RewriteRule ^ia/(.*)$ assets/snippets/wayfinder/configs/wp-conten.php?$1 [L]
# END SYSTEM API
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>