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.
Alguien podria ayudarme en español o en ingles, de alguna forma yo siempre me las arreglo.
Saudos a todos
Comments
"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"
Estou com a mesma dúvida. Coloquei meu ZenPhoto em http://www.jvanguarda.com.br/fotos e só lista a index. dá erro 404 ao acessar uma sessão. Segue abaixo meu .htacess:
alguém pode nos ajudar?
//------------------------------
(EN)
I am with the same doubt. I placed my ZenPhoto in http://www.jvanguarda.com.br/fotos and alone it lists index. it gives to error 404 when having access a session. .htacess follows below mine: somebody can in helping them?
htaccess file for zenphoto
# NOTE: Change the RewriteBase below to the absolute path to your zenphoto directory.
<IfModule mod_rewrite.c>
RewriteEngine On
# !!! Change this to the web path (eg: http://www.example.com/photos --> /photos) !!!
RewriteBase /fotos/
RewriteCond %{REQUEST_FILENAME} -f [NC,OR]
RewriteCond %{REQUEST_FILENAME} -d [NC]
RewriteRule ^.*$ - [R,L]
RewriteRule ^admin/?$ zen/admin.php [R,L]
RewriteRule ^page/([0-9]+)/?$ index.php?page=$1 [L,QSA]
RewriteRule ^page/([A-Za-z0-9\-_]+)/?$ index.php?p=$1 [L,QSA]
RewriteRule ^([^/]+)/?$ index.php?album=$1 [L,QSA]
RewriteRule ^([^/]+)/page/([0-9]+)/?$ index.php?album=$1&page=$2 [L,QSA]
RewriteRule ^([^/]+)/image/(thumb|[0-9]{1,4})/([^/\\]+)$ zen/i.php?a=$1&i=$3&s=$2 [L,QSA]
RewriteRule ^([^/]+)/image/([^/\\]+)$ albums/$1/$2 [L]
RewriteRule ^([^/]+)/([^/\\]+)$ index.php?album=$1&image=$2 [L,QSA]
</IfModule>
User to acess: bonotto
Password: bonotto
Thanks!
////////////////////////////////////////////////////////////////////////////////
// Path Overrides
////////////////////////////////////////////////////////////////////////////////
// Uncomment the following two lines ONLY IF YOU'RE HAVING PROBLEMS,
// like "file not found" or "not readable" errors.
// These allow you to override Zenphoto's detection of the correct paths
// on your server, which might work better on some setups.
////////////////////////////////////////////////////////////////////////////////
define('WEBPATH', '/fotos');
define('SERVERPATH', '/home/jvanguar/public_html/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
now ZP work normally.
but I want to know I eat to leave on one and to function correctly. E problem is in .htaccess correct?
PS:
(1)it forgives for possible errors, but I am using translating of google.
(2) Now my htaccess is set to: RewriteBase /fotos
The problem resolved buy webhosting
sorry my english im from argentina
Hi hormiga. Yes, unfortunately free hosting providers almost never support use of .htaccess files. Bye!