![]() |
|
How to eliminate need for second double slash in URL path? - 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: How to eliminate need for second double slash in URL path? (/thread-11744.html) |
How to eliminate need for second double slash in URL path? - rtwingfield - 2014-04-12 The need to include the second double slash following "whatever.net/zenphoto/" is causing some confusion with users, and some eMail clients apparently drop the second occurrence from a mailed link, even though the displayed eMail text appears to include the second slash, as in . . .see the following: https://archaxis.net/zenphoto//WMI-Projects/ How or where (in a config file?) can this "double slash" requirement be eliminated? ZP version is 1.4.0.4 How to eliminate need for second double slash in URL path? - acrylian - 2014-04-12 Such a double slash was never part of any Zenphoto generated URL and is therefore no "requirement". So the issue lies somewhere on your server or configuration, maybe a wrong htaccess file. Note also that your Zenphoto version is outdated. How to eliminate need for second double slash in URL path? - rtwingfield - 2014-04-12 I have other applications, e.g., ZenCart, phpMyAdmin, WebCalendar, etc. installed and they do not require the double slash inclusion. Typical aliases in the httpd.conf file are as follows: Quote: Alias /zenphoto/ "/usr/local/www/zenphoto/"
Note that these are redirections and do not reside within a registered domain hierarchy. Regarding the .htaccess file, in fact, I have looked at the same and it is rather complex . . .not sure what I'm looking at (. . .yet). Without the double slash, the ZenPhoto page displayed is "Photo Gallery | Object not found", so the ZP application does start. BTW, I know the ZP version is outdated. (plan to update soon) Thanks for your help, How to eliminate need for second double slash in URL path? - acrylian - 2014-04-12 Again, Zenphoto does not require, use or ever has used double slashes as they are not valid in urls anyway. If you get this it is probably a unique issue to your server. Mabye a conflict with the oather tools or these redirections. Zenphoto has its own htaccess file with redirections and on that old version there are quite some of them. How to eliminate need for second double slash in URL path? - rtwingfield - 2014-04-12 OK, thanks again. I'll keep looking . . .and update the ZP version ASAP. |