Address error

seesse.com/seesse.com/zenphoto

How to change seesse.com/zenphoto

Comments

  • acrylian Administrator, Developer
    Maybe more details like where this appears?
  • i use .htaccess

    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f [OR]
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{HTTP_HOST} ^(.*\.)?seesse.com$
    RewriteCond %{REQUEST_URI} !^/seesse.com/
    RewriteRule ^(.*)$ /seesse.com/$1

    but zenphoto Generate the address is incorrect.
    I so do not affect the execution of the code efficiency?
  • acrylian Administrator, Developer
    That is not the standard Zenphoto htaccess file. Please use the standard one first. Also, try setting the webpath in the config file within /zp-data manually. See comments within.
  • Thank you very much.
    I have been in the background search but could not find.
Sign In or Register to comment.