![]() |
|
Use index.php?albums=* instead of directories - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Use index.php?albums=* instead of directories (/thread-5603.html) |
Use index.php?albums=* instead of directories - karlb - 2009-08-04 Hi I'm trying to get the function getAlbumLinkURL to print http://site.com/index.php?album=dir1/dir2 instead of http://site.com/dir1/dir2.. Is there any easy way to do this? -Karl Use index.php?albums=* instead of directories - acrylian - 2009-08-04 Disable mod_rewrite on the options. But why do you want to do that? Search engines and visitors prefer mod_rewrite URLs as they are "readable". Use index.php?albums=* instead of directories - karlb - 2009-08-04 Thanks.. That was really easy :) I have a fixed top banner, with fixed links. Thanks again for your help! |