I have a little problem over here.
on my domain (Frenck.nl) I have added a wildcard DNS record
& added *.frenck.nl to the ServerAlias in the httpd.conf.
So now all subdomains of Frenck.nl are showing Frenck.nl.
This is working fine for everything except jsp.
When I call:
http://frenck.nl/test.jsp?var=CPANEL
It works fine...
But when I call:
http://ASubdomain.frenck.nl/test.jsp?var=CPANEL
It doesn't work.
I get this error from Apache Tomcat (4.1):
The requested resource (/test.jsp) is not available.
(Althoug the file really exists!)
How to solve this one?
on my domain (Frenck.nl) I have added a wildcard DNS record
& added *.frenck.nl to the ServerAlias in the httpd.conf.
So now all subdomains of Frenck.nl are showing Frenck.nl.
This is working fine for everything except jsp.
When I call:
http://frenck.nl/test.jsp?var=CPANEL
It works fine...
But when I call:
http://ASubdomain.frenck.nl/test.jsp?var=CPANEL
It doesn't work.
I get this error from Apache Tomcat (4.1):
The requested resource (/test.jsp) is not available.
(Althoug the file really exists!)
How to solve this one?