not working on sub domain (error 500)

hey,

i'm really happy with zen photo. it's small, sleek... but yet, it doesn't work like i wan't it to.
i can't access it on a sub domain, the main site loads, but if i click the album (password protected) it gives me an error 500.
i can access it through domain.com/folder, but it should also work on a sub domain, right?
i prefer a sub domain structure for my website over folders, how can i get it to work?

regards

Comments

  • acrylian Administrator, Developer
    Look at your .htaccess file, even if it is in a folder the rewrite path should be just "/" if you want to run it this way. The direct access via the folder then of course will not work. You can't have both.

    Actually setup should fix this if you run it from `subdomain.domain.com/zp-core/setup.php`
  • now it works. thanks. but why can't i have both? it works for me with other scripts.
  • You can have it both ways, you just cannot use the mod_rewrite option. Just think a moment. Mod rewrite requires you set a rewrite base. What value can you set it to that represents both a folder and not a folder?
Sign In or Register to comment.