PDA

View Full Version : Reciprocal link & configuration


Ioannis Freris
09-07-2006, 04:18 PM
I can't activate Financial Configuration , i get the folowing message:
Forbidden
You don't have permission to access /admin/configuration.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I checked and the file is 777 %)

thanx in advance for your help

Sergey Ten
09-07-2006, 08:22 PM
Hello Ioannis Freris,

Please post URL your site where you get this message.

Ioannis Freris
09-07-2006, 08:35 PM
My site is webdirectory . gr , i got this message trying to change info from CONFIGS / Financial Configuration at admin panel

Sergey Ten
09-07-2006, 08:40 PM
Ioannis Freris,

If you send me your FTP details, I will investigate your problem.

sten@esyndicat.com

Ioannis Freris
09-19-2006, 12:13 PM
Good Day Sergey Ten,

I didnt have any news from you, did you get my mail.

Yiannis

Vincent Wright
09-21-2006, 05:39 AM
Was Sergey able to fix the problem?

Ioannis Freris
09-21-2006, 10:00 AM
I still get the error message.

Yiannis

Vincent Wright
09-21-2006, 10:09 AM
Please send me ftp/cpanel/dir admin credentials, I will check the problem.

Vincent Wright
09-29-2006, 10:49 AM
I checked your admin panel in both Firefox and IE, I tried to open different pages like Configuration and Financial Configuration -- they all work!

Ioannis Freris
09-29-2006, 11:28 PM
Did you try to save changes on Financial Configuration, because i cant.

I get this message
Forbidden
You don't have permission to access /admin/configuration.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Vincent Wright
09-30-2006, 04:52 AM
Indeed,

I tried to save financial configuration and it displayed the Forbidden error.

This is the first time I experience such behavior of the script.

Well, I tried to resolve it but didn't succeed so far. The only thing that I found is that probably mod_security kicks in thus blocking the POST request.

I have to take a look at the <VirtualHost> directive for your site in the httpd.conf file. You have to talk to your hosting company since I did not find a way to look it up in CPanel.

Ioannis Freris
10-02-2006, 12:47 PM
What should i ask from the hosting company to look for, or to change?

Ioannis Freris
10-03-2006, 09:10 AM
The server has 5.1.4 PHP version.

I show that esyndicat works with 4.3.0 or above

Vincent Wright
10-04-2006, 09:05 AM
Ok,

let me explain it in more details.

Nowdays it's not uncommon to host your site on a shared hosting plan. What is that? It is when one machine serves dozens of sites.

Every Apache web server has a configuration file that contains, among other, information about each site it servers. This inoformation is stored in <VirtualHost> section. In other words, every site on a shared hosting has its own <VirtualHost> section in the web server config file.

What I ask you is to contact your hosting company and ask them send to you the contents of the <VirtualHost> section of your site.

Also, as I see their server uses mod_security. If possible, ask them send mod_security settings as well. Probably it is set up so that it prohibits some POST requests, that's why you cannot change your financial configuration.

Hope this makes sense.

Ioannis Freris
10-04-2006, 10:36 AM
Thank you Vincent Wright,

We found out, that it was the mod_security, that caused the problem.

Yiannis

Vincent Wright
10-04-2006, 11:16 AM
Glad to help you ;)