404 error after moving zp directory

Hi,

I had to move my actual zenphoto website in another directory. Previously, zenphoto was installed in the root website directory http://myweb/ (or /data/www/private/ in filesystem 'notation').
Now, i have to move it in the "zen" subdirectory. I did it, and modify `/data/www/private/.htaccess` to edit the `RewriteBase` var. I ran after setup.php.
Then each time I want to access an album, the webserver return 404 error.
When i check the link with the web browser, it show me
http://myweb/zen/Family
instead of
http://myweb/zen/albums/family

I try to edit too the zp-config.php and modify the `WEBPATH` and `SERVERPATH`, but nothing good happen too.
Where and what i have to edit to set zenphoto aware that his new dir is no more "/" but "/zen/" ?

thanks.

Comments

  • acrylian Administrator, Developer
    Actually you should just run `zp-core/setup.php`. This should take care of the htaccess change.
  • I do it, and it does not seem to change anything.
Sign In or Register to comment.