help - index page munted

hey, i did have a look thru the forum but could find a similar problem. for some reason my index page is messed up (http://stiggz.com/gallery/) but if i go directly to the index.php file (http://stiggz.com/gallery/index.php) it seems to show alright

my understanding of all this is somewhat faded so if someone can please advise, that'd be ace!

Comments

  • Very interesting. I have never seen anything like this before. It would seem that when the index.php page is loaded indirectly it does not have access to any of the files in the gallery folders, but when you load it directly it is able to access them.

    This would seem like some sort of permissions problem. Check to be sure there is execute permissions for gallery and zp-core as well as the default theme.
  • mmm, i have CHMOD'd all directories to 777 to no avail. I even reuploaded everything and still no go! would it be possible to make the htaccess file point directly to the index.php file to get around this?
  • further update:

    I have uploaded everything onto another server of mine and it appears to work fine (http://sentientsolutions.com.au/gallery/). Wierd, so something on the current server is messing things up, any ideas?
  • acrylian Administrator, Developer
    Looks like a modrewrite issue somehow. Maybe you could try setting the path overrides at the bottom of zp-config.php?
  • thanks for your reply.
    wot do you suggest i change it to cuz i have tried a range of settings and this was the best result i could get, but it still isnt really good

    http://stiggz.com/gallery/
    using
    define('WEBPATH', '../gallery');
    define('SERVERPATH', '../gallery/');
  • acrylian Administrator, Developer
    Are you sure that modrewrite is enabled on your server? Please try removing the htaccess file and disabling modrewrite in the admin.
Sign In or Register to comment.