Sub-Domain 403 Forbidden

nicsopon

Verified User
Joined
Jul 4, 2006
Messages
98
I created a Sub Domains as "sub.domain.com".

But when I put "http://sub.domain.com" in IE, it shows this message :

80:confused:
Forbidden
You don't have permission to access / 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 jew80:confused: elry.net-lifestyle.com Port

How I can fix this Anyway, so SURPRISE, FTP Can use properly.

Thanks in Advanc
Sopon
 
You have to upload an index file (like index.html or index.php) in the right folder.
 
Yes upload a index file such as index.html index.htm or index.php to the folder serving that website.

Other option would be to create a .htaccess under that domain so they can view folder content.

You would have to create a file called .htaccess in the folder serving the domain and in the file need to put:

Options +Indexes
 
Thanks now it works.

I start all steps right. After putting an Index.htm in "/mydomain.com/sub_name/", it's work OK.

Anyway, I want to use DA to control each sub domain by creating a new A/C for it. But it direct to another folder under new user name.

In fact I want to do like this for control each sub domain for each business. It works look like create A Free Web Hosting to some customers and let them be able to manage their own sites (sub domain sites).

If you can help this will settle the major Customer Service Problem.

I'm really new in Hosting service, especially Linux File. Could you give me some example I should write in case of creating ".htacess" file? And the Location "Serving The Domain" is main domain or Sub domain Location?


Thanks
Sopon
 
Back
Top