![]() |
|
rename index.php? - 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: rename index.php? (/thread-1082.html) |
rename index.php? - sonicparke - 2007-01-23 I would like to put zenphoto in the root of my site. The only problem is that it obviously already has an index.php. Plus the .htaccess is giving me trouble. Is there a a way to make this work or do I need to keep it in it's own dir and figure out all the paths to my other files (css, includes, etc.)? So far I like zenphoto. I hope I can get it to do what I want. Thanks! Brad rename index.php? - trisweb - 2007-01-23 I'd stick with keeping it in its own directory if it isn't the primary "page" for the top directory. Usually works better. rename index.php? - sonicparke - 2007-01-24 OK. I like that idea. I'm just having trouble wrapping my design around it. I can get the main page of zp to look like I want it but as I get into the albums it breaks out of my design back to the default. Am I not editing the right files? I'm editing the theme files. rename index.php? - vnvsven - 2008-01-16 For my site I must change the index.php to galerie.php, because I had much problems with includes (the old/new problem). Now all works fine, but I must search for all related "index.php" in all zp-core-files and replace it with "galerie.php". My Question is: best regards, rename index.php? - acrylian - 2008-01-16 Why do you need to change the name? It is clearly not recommended. Why don't you just install zenphoto in a subfolder of it's own as stated above and you should not have any problems with an index.php. rename index.php? - vnvsven - 2008-01-16 First time I install zp in a subfolder. After this I create a new template and had many problems with includes graphics in included files (maybe the subnavi in my project is an included tile). It was for me not possible to include tiles from the root-dir in my new template, because the paths are wrong, when the template was active. After a lot of trying I had 2 options:
That's why I search for a better resolution. I know, its the wrong way (rename the index.php to galerie.php), but I have no idea, how easier I can resolve this problem yet. That is the reason, why I ask here for an option in zp do handle this problem. thanx, rename index.php? - sbillard - 2008-01-16 See the "zenphoto as a plugin" section at http://www.zenphoto.org/2008/01/hacks/ rename index.php? - vnvsven - 2008-01-17 Oh thanx ... I'll try this @ weekend. |