![]() |
|
Zenphoto unicamente muestra la lista - 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: Zenphoto unicamente muestra la lista (/thread-998.html) |
Zenphoto unicamente muestra la lista - hormiga - 2006-12-20 Hola (espero que entiendan español) les comento que integre zenphoto con wordpress sin ningun problema siguiendo los pasos de este foro, lo probe en mi servidor local y anda todo ok, el problema se presenta cuando lo subi todo a www.iespana.es el blog anda bien, y zenphoto me muestra unicamente los titulos de los album, cuando quiero entrar a verlo me dice que la pagina no existe, ya cambie la ruta en .htaccess (probe con /fotos y tambien con http://hormigaclub.iespana.es/fotos), tambien probe en zp-config.php cambiando los webpath y serverpath y tampoco sigo con el mismo problema. Zenphoto unicamente muestra la lista - thinkdreams - 2006-12-20 Gosh I love Babel Fish. Isn't perfect, but you can get the gist anyway: "Hello (I hope that they understand Spanish) them comment who integrates zenphoto with wordpress without ningun problem following the passages of this forum, probe in my local servant and walks everything ok, the problem appears when subi everything to www.iespana.es blog walks well, and zenphoto only shows the titulos to me of the album, when I want to enter to see says it to me that the pagina does not exist, already changes the route in htaccess (probe with /fotos and also with http://hormigaclub.iespana.es/fotos), also probe in zp-config.php changing webpath and serverpath and I do not follow either with the same problem. Somebody podria to help me in Spanish or ingles, of some form I always me the adjustment. Saudos to all" Zenphoto unicamente muestra la lista - bntto - 2007-02-27 (PT-BR) alguém pode nos ajudar? //------------------------------ (EN) htaccess file for zenphoto NOTE: Change the RewriteBase below to the absolute path to your zenphoto directory.RewriteEngine On !!! Change this to the web path (eg: http://www.example.com/photos --> /photos) !!!RewriteBase /fotos/ RewriteCond %{REQUEST_FILENAME} -f [NC,OR] RewriteRule ^admin/?$ zen/admin.php [R,L] RewriteRule ^page/([0-9]+)/?$ index.php?page=$1 [L,QSA] User to acess: bonotto Thanks! Zenphoto unicamente muestra la lista - bntto - 2007-02-27 In the zp-config.php //////////////////////////////////////////////////////////////////////////////// define('WEBPATH', '/fotos'); Zenphoto unicamente muestra la lista - Chilifrei64 - 2007-02-27 for starters.. I would change your rewrite base to /fotos instead of /fotos/ Then, if that doesnt work, turn off modrewrite in your zp-config.php and see if that works.. other than that.. it may very well be the result of a bug in 1.0.7. 1.0.8 should be out later this week which should fix it. http://www.zenphoto.org/support/topic.php?id=1270&replies=6 Zenphoto unicamente muestra la lista - bntto - 2007-02-27 I config my zp-config.php to: $conf['mod_rewrite'] = false; but I want to know I eat to leave on one and to function correctly. E problem is in .htaccess correct? PS: Zenphoto unicamente muestra la lista - hormiga - 2007-06-04 hi, here i go again, www.iespana.es dont support .htaccess file. Zenphoto unicamente muestra la lista - EdnaGarrett - 2007-06-11 Saludos hormiga. SÃ, desafortunadamente los hosting gratuitos casi nunca soportan usar archivos .htaccess. Hasta luego! Hi hormiga. Yes, unfortunately free hosting providers almost never support use of .htaccess files. Bye! |