Hello.
I'm not sure my topic title is very descriptive of the problem. Sorry for that. It's not a serious problem, rather a cosmetic one. I'm using zpskeleton theme, but I don't know if it is theme specific or not.
Background:
Problem:
when one navigates to www.tomandodesvios.com the address bar shows www.tomandodesvios.com/images. When navigating further in the website (in the different pages) the address bar updates without the "images" prefix (example: http://www.tomandodesvios.com/index.php?p=pages&title=Contact), but when clicking on the logo (at the top of the page), the address is again www.tomandodesvios.com/images...
I've checked that the site address in the gallery options is correct. I've searched the different index.php or .htaccess but I don't seem to find the culprit.
Is it a value hidden somewhere (database for example) that is not refreshed or something obvious that I stupidly can't see? Again, I can live with that (cosmetic problem) but I like when a fresh install is clean.
Thanks.
Denis
Thanks for the quick reply.
I forgot to mention that I had re-run the setup already with no success. I checked the .htaccess, and the rewrite base is already set to '/'. Here is the content of the file (sorry I didn't find how to include code in my post):
IndexIgnore *
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.$ - [L]
RewriteRule ^./?$ index.php [L,QSA]
I've just re-run setup again and the Rewrite base is said to be / with the mention that the Rewrite engine is ON. The only error is a 'set_time_limit' but I don't think it is related.
Thanks Acrylian.
I'm pretty sure I already tried to empty the cache. That's weird. I tried again now:
Anyway, sorry for the time lost for a problem on my side.
Regards.
Denis