ZenphotoCMS Forum
Address error - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Address error (/thread-9846.html)



Address error - dierziran - 2012-04-12

seesse.com/seesse.com/zenphoto

How to change seesse.com/zenphoto




Address error - acrylian - 2012-04-12

Maybe more details like where this appears?




Address error - dierziran - 2012-04-13

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?




Address error - acrylian - 2012-04-13

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.




Address error - dierziran - 2012-04-13

Thank you very much.
I have been in the background search but could not find.