![]() |
|
Problems to configure webpath - 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: Problems to configure webpath (/thread-7459.html) |
Problems to configure webpath - odif - 2010-08-11 Hi, I have running a zenphoto installation in a directory on my server. The url to the installation is something like www.abc.de/xyz/index.php So how do I have to configure my installation? Best regards Problems to configure webpath - odif - 2010-08-11 Hi, I have running a zenphoto installation in a directory on my server. The url to the installation is something like www.abc.de/xyz/index.php So how do I have to configure my installation? Best regards Problems to configure webpath - acrylian - 2010-08-11 No need to double posts (You did read the message on registering that first posts of new users are moderated?). You should try to point both domains to the same folder. Otherwise you confuse Zenphoto that assumes a rewrite base that is either Problems to configure webpath - sbillard - 2010-08-11 The nature of mod_rewrite is such that you can have only one domain for your installation. Further, I am not sure what you mean by If you want two domains pointing to the same gallery, turn off mod_rewrite. Problems to configure webpath - acrylian - 2010-08-11 It is possible to link domains to folders within other domains if /xyz is one. It is even possible to use two domains for Zenphoto but then you have to redirect the domains via htaccess correctly so one domain is the main domains (the url then changes to that main domain). Problems to configure webpath - odif - 2010-08-11 OK, thanks for the answers. Now I created a subdomain www.abc.de that points to www.abc.de/xyz. Let us call this subdomain xyz.abc.de. uvw.de is a redirect (provided by united domains) to xzy.abc.de. This works much better than the setup I described in my first post. Images and layout are correctly displayed. Best regards Problems to configure webpath - acrylian - 2010-08-12 I don't know what you did here. Note that a redirect via a host's panel is not necessarily the correct htaccess redirection. Just linking both to the same folders is not. |