subdomain doesnt work.

eds132

Verified User
Joined
Aug 16, 2005
Messages
26
Location
Rapid City, SD
ok i created a subdomain to my main site it.site.com and i create an A record. It resolves as it should. When i atempt to hit the subsomain externaly i get a "
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.33 Server at isubdomain.site.com Port 80"

the folder is in the right place with the proper permissions.

I get
"
[Tue Aug 23 16:45:33 2005] [error] [client xxx.xxx.xxx.xxx] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary.
"
in my subdomain log file.
meekly "help" ;)
 
If you have something like RewriteOptions MaxRedirects=n in a htaccess, you should comment this line.
 
Back
Top