Hello everyone. I'm new here so I'd like to introduce myself :)
I am not a professional webmaster, but I like to create my own websites so I can have control over my system (please don't laugh). As I don't have much income, the only way to have websites is being a DIY. I have about 10 websites, most of them free hostings built with WYSIWYG and html.
I'm setting up the SFTP with different users. I simply need to strict "some" users to be given strict Folder Access.
For example:
General users to access whole Main Directory normally: /var/www/html/workarea/*
User X to be able to access only: /var/www/html/workarea/room-x/*
So the User X should not be able to access other directories aside.
How to configure it please?
Best PDF to HTML converter convert PDF to HTML, import PDF files to Websites HTML webpage for visible and fully searchable on the Internet on Windows 7, vista, xp, 2000.
on centos 6 im trying to give full access to make and delete on the user mitch for /var/www/http, I then did addgroup www and then chmod -R 775 /var/www/html then groupmod -g www mitch, and did a chgrp -R www /var/www/html but when I went into /html on mitch and tried to make a file with touch it said permission denied?
I have a VPS on which I'm trying to setup multiple websites.
I am running Ubuntu 11.10
I have the following files.
Code:
geo2503r05690585.html
geo2503r06020612.html
geo2503r06250641.html
geo2503r06490658.html
geo2503r06830686.html
geo2503r05860601.html
geo2503r06130624.html
geo2503r06420648.html
geo2503r06590682.html
geo2503r06870687.html
In each of them there should be a line with the following st
I'm running an Apache 2 server from my raspberry pi, and everything works fine. I wanted to configure ".htaccess", so I had to move some files around. So in "/var/www", I created a file called "html" and moved all my pictures, and webpages into it. However, I left "index.html" out inside of "/var/www." All of this works fine, except for one thing.
I have a structure like this on a shared host:
~/above_public_html/public_html/directory_i_want_forbidden
I have an ~/above_public_html/.htaccess with the following:
ErrorDocument 403 /403.html
ErrorDocument 404 /404.html
When I navigate to a file or folder that doesn't exist, I get the 404.html popping up, no problems.
When I navigate to a subfolder or file that exists but has chmod 700 pe
I have a dedicated linux hosting machine from godaddy. I also have purchased two website domains. Say it is abc.com and xyz.com.
xyz.com is already setup to the server.
I want to get abc.com's traffic to a subfolder of xyz.com but the links must remain as abc.com. i.e abc.com/index.html must be in xyz.com/abc/index.html path.