Topic: Accessing links gives 403 if no parameters are sent
I reinstalled FA now that I worked with it a bit and moved to main site. Same versions of PHP and MySQL
When I click a link in Main Menu e.g.
http://erp.sitename.ext/gl/inquiry/profit_loss.php?
I get:
Forbidden
You don't have permission to access /gl/inquiry/profit_loss.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Although if I use and parameters past the ? or remove the ? like so
http://erp.sitename.ext/gl/inquiry/profit_loss.php
It works great. Just annoying I have to edit the url and remove the ?
it also works if I pass parameters past the ? like
reports_main.php?Class=5
But
reports_main.php?
returns the 403 error
Searched forums but nothing came close to this issue. found some similar but they explained it as a host setup (Mine is 1and1 Linux developer package) however all my other php sites work great eve if passes a ? with no params.
PHP Version 5.4.30
MySQL Client API version 5.0.96
Thanks
Dave