Error Permission To Access /install/install.php »  Show posts from    to     

Icy Phoenix


Old Support Topics - Error Permission To Access /install/install.php



Master09 [ Tue 22 Jan, 2008 18:18 ]
Post subject: Error Permission To Access /install/install.php
I cant Star The install on my server this is the error

Forbidden
You don't have permission to access /install/install.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

What i cand do to fix it, all the CHMOD Permission are ok.......


flabbergasted [ Wed 23 Jan, 2008 15:55 ]
Post subject: Re: Error Permission To Access /install/install.php
This is the same error message I was getting when attempting to edit a couple of different files after installation and after much back and forth with my web host tech support we figured it out. (Well, they did. :wink: )

Place these two lines at the beginning of your .htaccess fille.

Code: [Hide] [Select]
SecFilterInheritance Off
SecFilterEngine Off
and upload it to the Icy Phoenix root directory. It worked for me when I was getting this message when trying to add a block or add adsense code to headers and banners. It is cause by a security setting in your web host firewall.


Master09 [ Wed 23 Jan, 2008 22:15 ]
Post subject: Re: Error Permission To Access /install/install.php
Like This ?


Code: [Hide] [Select]
SecFilterInheritance Off
SecFilterEngine Off
#php_flag register_globals 0
#php_flag register_globals off
#php_flag magic_quotes_gpc on
#php_value memory_limit 16M
#Options +FollowSymlinks


flabbergasted [ Thu 24 Jan, 2008 16:09 ]
Post subject: Re: Error Permission To Access /install/install.php
Yes, that is what I did and it worked for the files I did not have permission for. But my install script did run. I was getting the exact same message for the other files after install.


Master09 [ Thu 24 Jan, 2008 17:12 ]
Post subject: Re: Error Permission To Access /install/install.php
the same error message, doest work to me that

Quote:
SecFilterInheritance Off
SecFilterEngine Off
#php_flag register_globals 0
#php_flag register_globals off
#php_flag magic_quotes_gpc on
#php_value memory_limit 16M
#Options +FollowSymlinks


flabbergasted [ Fri 25 Jan, 2008 18:12 ]
Post subject: Re: Error Permission To Access /install/install.php
You will probably have to contact your web host then. I got this resolution from my web host and your might be setup differently. Let us know what you find out so it might help someone else.




Powered by Icy Phoenix