Forbidden You don't have permission to access
Posted: Mon Oct 24, 2011 4:55 am
I have a php page (dataup.php) which the user can upload a CSV file. When the file is uploaded, a table is created which displays the content of the CSV file. If the file is OK, the contents of the file (listed in the table) can be submitted with form buton, this button calls the same page again to inset the data into a database. The script runs fine on my development pc (windows 7 and WAMP) but when loaded onto the web host (linux), on clicking the submit button I get
Forbidden
You don't have permission to access /member/dataup.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Folder is set to 755
I have tried setting the form action=
the page name.
the full url and page name
php_self
and left blank ie. action=' '
I am assuming this is a Linux/apache issue I am not addressing correctly rather than php
Thanks in anticipation
Forbidden
You don't have permission to access /member/dataup.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Folder is set to 755
I have tried setting the form action=
the page name.
the full url and page name
php_self
and left blank ie. action=' '
I am assuming this is a Linux/apache issue I am not addressing correctly rather than php
Thanks in anticipation