| File Uploading [message #886] |
Wed, 20 February 2008 09:14  |
bigk Messages: 2 Registered: February 2008 |
|
|
|
I am hoping that someone can help with this problem. I have a problem where I want someone to log into my website and upload a file. I get an error message saying there was an error uploading but everything seems to be correct. The uploader php pages shows that everything is going to the right place but I suspect it is an access problem. I have been putting this in the ""clients"" directory. Help
My .htaccess file contains the following
redirect /Clients/bob http://www.xxxxxxxxxxxxx.net.nz
redirect /Clients/bob/ http://www.xxxxxxxxxx.net.nz
RedirectMatch (.*)\index.php http://www.xxxxxxxxxx.net.nz
<Files ~ "\.(in|sql|pdf)$">
order allow,deny
deny from all
</Files>
|
|
|
| Re: File Uploading [message #887 is a reply to message #886 ] |
Fri, 22 February 2008 04:46  |
bigk Messages: 2 Registered: February 2008 |
|
|
|
|
Anyone know how to sort this?
|
|
|