Hi to all,
I have a site hosted by netsons.org, an italian company.
Too bad Zenphoto's .htaccess file don't work, it seems to break some server policy or something...
I'm sure RewriteEngine is on and that I made the correct RewriteBase.
The incriminated line is:
`# Catch-all - everything else gets handled in PHP for compatibility.
RewriteRule ^(.*)/?$ index.php?album=$1 [L,QSA]`
If I let it intact, mod-rewrite works, with some minor issues, but I can't access admin panel (I get a code 500 error). If I comment the line, mod-rewrite doesn't work good, and all my galleries get 404 errors.
What can I do to have nice URLs?
Thanks in advance (please forgive my bad english)
Comments