Hi,
I have tried to find anyone with the same problem, but no luck so far. Tried to fix the .htacess for about 5h now, without success. 403 forbidden is always the answer, why is it so hard?
RewriteBase /web/Zenphoto
my webpage is situated like this www.webpage.com/web/Zenphoto/
I have tried every possible combination in the .htaccess-file without result. What is wrong?
"Forbidden
You don't have permission to access /web/Zenphoto/zp-core/setup.php on this server."
I have tried a lot of variations in .htaccess, but none of them works.
Like this:
RewriteBase /Zenphoto
RewriteBase /web/Zenphoto
RewriteBase /c/web/Zenphoto
RewriteBase /root/c/web/Zenphoto
and so on..
Did you apply the 0777 permissions to the zp-core folder? It is that folder and its contents that your server is not allowing access to (given the error message above.) Changing the rewrite base will be of no help in fixing that.
If you change the permissions and still cannot run the setup program you will need to ask your service provider for help.