Hello - problem creating subdomain

gentekshun

Verified User
Joined
Dec 19, 2006
Messages
5
How do you get a subdomain to work every time i try to create one i get this meassage.:eek:

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

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/1.3.37 Server at www.shopping.gentekshun.com Port 80
 
By default there isn't a index.html file in that folder and by default dir listings are turned off. Put a index.html in the subdomain folder and you wont see that issue.

Clint
 
If you want to view the content of the directory,
you will have to put an .htaccess file in that directory

contents of .htaccess file must be:
Code:
Options +Indexes

then apache will show a directory listing
 
where did you put the index file?

Just check the error log and see where the server is trying to access the file from. It will give you a better understanding.
 
Thanks for the helpful tips people but i guess i just cant get it to work for me.

If there someone that can create the sub domain for me i will send you the Login & Pass to see if you can set it up for me so i can go by your example the next time i need to create another sub domain.

Just PM me whenever you have the time to spare.
 
Back
Top