![]() |
|
My URLs are not being rewritten nicely - 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: My URLs are not being rewritten nicely (/thread-3822.html) |
My URLs are not being rewritten nicely - rwbw - 2008-09-26 It is showing: http://www.mysite.com/albumname%20friends%20from%20university/486bc5a06a483590573418.jpg.html Shouldn't it be creating: http://www.mysite.com/albumname/friends-from-university/486bc5a06a483590573418.jpg.html My URLs are not being rewritten nicely - sbillard - 2008-09-26 This is the 'correct' behavior given the PHP urlencode() function. There is a ticket requesting a change http://www.zenphoto.org/trac/ticket/309 but I think jsummers has been busy doing other things for a while. My URLs are not being rewritten nicely - rwbw - 2008-09-26 hey sbillard thanks for the reply... I just managed to "fix" this... If you go into ftp and change the folder names to "my-folder", then the URL will show /my-folder/..... My URLs are not being rewritten nicely - sbillard - 2008-09-26 Yes, of coures that will work. Probably the only short term solution. you can also use the admin rename to make the change. |