![]() |
|
Change mod_rewrite - 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: Change mod_rewrite (/thread-1235.html) |
Change mod_rewrite - Barbara - 2007-03-02 What should I change in .htaccess to have dashes in the url instead of entities? Change mod_rewrite - trisweb - 2007-03-03 Well, that would require a lot more than just .htacess. Zenphoto uses the URL to find a filename, so if it has dashes instead of entities, it won't be able to find the file with the real characters. You'd need to modify zenphoto's core code. I've considered adding this, so it will probably become a feature later on. Change mod_rewrite - Barbara - 2007-03-05 Thanks. I really look forward for it. |