Cannot Access To Folder With FTP Permission

Aug 6, 2007

why i cannot access the folder with FTP permission from Hosting Server?

I configured Serv-U FTP on a new server with domain name "agnhan.net" and this one still working on the old server.

View 2 Replies


ADVERTISEMENT

Folder With 777 Permission

Oct 29, 2009

i install joomla on my server but need 777 permission.

can anyone give me to advice for best resolution security for 777 permission?

View 6 Replies View Related

Correct Folder Permission?

May 2, 2007

what folder permissions should be set to so that:

php scripts can read/write/delete files and browsers can see them.

Would it be 744?

View 6 Replies View Related

Folder Permission Errors

Feb 16, 2008

I have a folder called source on one of my websites, it's below the public html folder so it looks like so..

/home/board/source/

The problem is I can't create, delete, move, copy, and files or folders in the source folder.

I copied this folder from

/home/baord/public_html/source

I can't figure out why i don't have permission to do so.

The permissions of the folder are 755

I also can't change the permissions of it.

View 5 Replies View Related

Apache :: How To Change Bulk File Permission From All Folder

Sep 14, 2013

Recently I moved my WordPress website to another server, After moving my site I see that my all files permission set to 664, for that I getting many error, now I want change all files permission 644, but problem is I have many subdomain with this site, is there any way to make change all files permission to 644 with SSH or any other way?

View 1 Replies View Related

Permission To Access

Jul 19, 2007

I have a form on a page hosted by earthlink. It processes from another host, and for some reason i am now getting this error:

You don't have permission to access /sendeail.php on this server.

Apache/1.3.37 Ben-SSL/1.57 Server at xxx Port 80

View 4 Replies View Related

Permission To Access

Jul 3, 2007

You don't have permission to access /home/index.php on this server.

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

Apache/1.3.37 Server at www.domainabc.us Port 80

Sometimes when i access my page it shows this error but it does not happen frequently.

I am using Cpanel 11 and PHP 4.4.7

View 6 Replies View Related

Forbidden /You Don't Have Permission To Access

Feb 27, 2008

In my VPS:

I have given to one of my clients a reseller, sometimes, it shows an error, when he enters his Forum:

Forbidden

You don't have permission to access /vb/showthread.php on this server.

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

The weird thing is, when that error comes, will appear on all other forums in the same time in his reseller!

I have tried to use some solutions such as :

1- Create .htaccess file and add the following code
Code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

2- I increase MaxSpareServers in httpd.conf.

View 5 Replies View Related

403 Forbidden :: You Don't Have Permission To Access / On This Server

May 18, 2008

I wanted to know about 403 error. I want to access a site, as I am browsing - its giving the error as below:
-----------------------
Forbidden
You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
-------------------------

Does anybody will help me regarding my issue. Can somebody tell me why I am unable to see the site.

View 1 Replies View Related

You Don't Have Permission To Access /phpmyadmin/ On This Server

Mar 17, 2009

Recently, i upgraded my WAMP from WampServer2.0f to WampServer2.0g.

I uninstalled WampServer2.0f and then only installed WampServer2.0g.

I can access [url] and i can see under my tools section that there is a link to phpMyadmin which points to [url]

I get the error: Forbidden - You don't have permission to access /phpmyadmin/ on this server whenever i try to access phpMyadmin.

Additional Info:

My WAMP icon is white.

I tried Restarting all services but nothing helped.

I have a folder called phpmyadmin3.1.3 which is located inside C:wampapps.

The version of MySQL on my localhost is 5.1.32 (How do i know this? I clicked on my WAMP icon, pointed to MySQL --> Version and it displayed a checked mark on 5.1.32).

Did some homework, and people say that there may be a problem with the phpmyadmin.conf file. It's located in my C:wampalias

Can that file be edited phpmyadmin.conf?

I havent tried uninstalling and reinstalling WAMP. I'll do that as a last resort (and i don't know if that will fix things).

View 2 Replies View Related

Apache :: Don't Have Permission To Access Product On Server

Jun 23, 2015

I am running wordpress for ecommerce using httpd-2.4.12 on my Ubuntu Server 12.04.5. The problem I have is some unknown clients received the message that reads "You don't have permission to access the product on this server" when they were trying to access to the Product page to make a purchase.

When I tested on all of my devices, I did not have any issue with accessing to the page. I know that the page is a secure page with https.I've looked into the apache logs file and found nothing that's related to 404 or 403 errors there.what I have configured for my httpd.conf.

View 4 Replies View Related

FTP Access To A Folder

Jan 23, 2008

If i give someone ftp access to a folder, is it possible for them to gain access to other parts of the website that they aren't allowed to?

Also it it possible for them to like upload a virus and then somehow run it also?

Could they possible get my server root password also?

View 2 Replies View Related

PHP Access To A Folder

Apr 24, 2007

How do I give PHP access to a folder on my server?

View 4 Replies View Related

Limit Access To A File (or Folder) To Only 2 IP's

Feb 22, 2007

I have a file on my server called admin.php and a folder called "admin" I only want 2 IP addresses to be allowed access to those files.

can this be done in .htaccess? if so can someone give me an example?

I have spent ages trying to work it out myself but I'm a bit of a noob

thanks in advance

what should .htaccess files be chmod'ed to ideally?

View 2 Replies View Related

Managing Local Root Folder Without Being Able To Access It

Nov 2, 2009

I'm planning a website at the moment but I'm wondering about a slight issue, regarding the local root folder of a website.

Currently, I'm using Dreamweaver to create a website and I have had no problems of uploading my files to a site through Dreamweaver before. But I will not have access to my computer for about one month every year. However, I have a laptop available during that month. But since my local root folder is located on my stationary computer it seems impossible for me to, in any way, use that laptop to manage my site (upload new files to the server).

View 3 Replies View Related

Apache :: WebDav Folder Access Rights

Feb 9, 2015

I want to grant different access rights for certain folders to a large group of users of my apache WebDav server.There are access control lists for each folder on the server. Based on the rights in the access control lists the users should only have access to the folders listed in the ACL lists.In addition to that some users have only "read", some also "write" rights for the folders.How can I set up the described access rights on my WebDav server?

View 1 Replies View Related

/tmp Folder 777 ... Use As Sessions Folder... Secure

Aug 14, 2007

On my VPS I would like to set the /tmp folder to 777 and point to it with session.save_path.

The VPS will host a number of sites, but I will have sole control of them. ie. the account holders will not have access to cpanel.

If it makes any difference, the server is running phpSUexec.

What are the risks involved with this?

View 3 Replies View Related

Transfer Files From One Folder On Server To Folder On Different Server

Jul 16, 2008

I have two servers.

One server has a folder named 'vidfiles' and I want to transfer this entire folder (all 70gigs) to another server I just got.

Both servers are linux and use CPanal/whm.

What would be the command to get the files to transfer direct from server to server?

View 4 Replies View Related

Plesk 11.x / Windows :: How To Limit Access To Few IP Address To Access Port 8443 On Firewall

Aug 28, 2012

How can I allow only one ip or a list of ip addresses to access port 8443.I need to limit access this port to few ip addresses and not everyone

View 6 Replies View Related

Permission 777

Jun 20, 2007

How can I stop Permission 777 in the server So no one can set Permission 777 to any file in the server?

View 2 Replies View Related

FTP Permission

Nov 10, 2007

I have UnZipped a File Via SSH.

Now, When i Upload anything via FTP them i get a 550 Permission Error.

Any idea what is the problem actually and how to resolve it?

View 11 Replies View Related

Crontab Permission

Mar 24, 2008

I have problem to change the /usr/bin/crontab permission to 4755 it still remain 0755 ...

View 5 Replies View Related

Permission 777 For Bin/sh , Should I Change It

Nov 19, 2008

The permission of bin/sh in my Plesk + Linux system is 777 , is it necessary to change? If so , what is the potential danger and to what permission state it must be changed?

View 10 Replies View Related

755 Permission :: Is This Safe?

Feb 15, 2008

Most of my files are 755 as permission. Is this safe?

How about putting all files under 644 permission? What is the best permission so that all files are safe from intrusion?

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved