garvinhicking wrote:
I think you need to enter "/picasa"...?!
Er - no.
Not on my system, really. If I do this, I get this message back:
Picasa Plugin: Index Datei des Albums nicht gefunden (/picasa/Venedig2011)
The problem, I found out today and complained in a PM to you about it (where you politely redirected me to this forum) is -
- in one word: mod_rewrite.
If I set the option at "Konfiguration/Design&Optionen/URL-Formung" to 'disable URL-rewriting'
everything works fine, exept the URLs are ugly, which I would like to change (with your help...)
So, the album actually works, have a peek:
http://weltenbummler.ws/
and the URLs to the pictures look like this:
http://weltenbummler.ws/picasa/Venedig2 ... c_1124.jpg
but if you wand to read the extended article (and mod_rewrite is on) the links break, because the link to the big-size pictures look like this:
http://weltenbummler.ws/archives/picasa ... c_1104.jpg
or when using an overview with categories you get a link like this:
http://weltenbummler.ws/categories/pica ... c_1112.jpg
the sourcecode in the html-file delivered by s9y looks like this:
Code: Select all
<a href="picasa/Venedig2011/images/dsc_1098.jpg"onClick="window.open('picasa/Venedig2011/images/dsc_1098.jpg', 'picasa', 'height=449, width=660, resizable=no, scrollbars=no, toolbar=no, status=no, menubar=no, location=no');"target="picasa"><img border="0" src="picasa/Venedig2011/thumbnails/dsc_1098.jpg" height="64" width="90" alt="dsc_1098.jpg"></a>
with mod_rewrite ON
Code: Select all
<a href="picasa/Venedig2011/images/dsc_1098.jpg"onClick="window.open('picasa/Venedig2011/images/dsc_1098.jpg', 'picasa', 'height=449, width=660, resizable=no, scrollbars=no, toolbar=no, status=no, menubar=no, location=no');"target="picasa"><img border="0" src="picasa/Venedig2011/thumbnails/dsc_1098.jpg" height="64" width="90" alt="dsc_1098.jpg"></a>
with mod_rewrite OFF
to me, those links look absolutely the same, but the browser 'thinks' of beeing somewhere else...
What I really need is a mod_rewrite rule that maps to the picasa folder where it really and always is:
in doc_root of the homepage. If the urls would have an '/' before the beginning everything would be fine...
Kind regards and thanks for your help,
Steffen