About us     |    services    |    data center     |    faq   |    advertisers     |    contact us
Home    Java & JSP hosting    dedicated servers    domain names    Adult hosting    reseller hosting    web design
ORDER     NEWS     PROMOTIONAL CENTER     EXTRA ORDER     REWARD CLUB
 

 

If you wish to see a full Demo Version of our Control Panel, please click on the button.

When any business is expanding it is good to know that your service provider will back you up. As a part of our Customer Loyalty Program, we are happy to back up any future Hosting needs that you might have. Whether you are an individual broadening your interests and expanding your on-line presence or a growing multi billion business, we will be happy to give you discount you deserve on every future purchase of a JSP Hosting account from us.

To learn more and purchase with discount click here.

 

FAQ




Why is index.jsp not recognized as a "DirectoryIndex" page ?

Currently, it's impossible to use the index.jsp in the apache's DirectoryIndex directive. Here are some suggestions how to get around the problem if You need an index.jsp as a starup page:

In .htaccess file You can write:

RedirectMatch (.*)/$ /index.jsp

This will redirect requests for the directory the .htaccess is placed in, as well as any subdirs, to the index.jsp in that coresponding dir. Here's an example:

http://sub.domain.com/ -> http://sub.domain.com/index.jsp
http://sub.domain.com/dir/dir2 -> http://sub.domain.com/dir/dir2/index.jsp

If You do not need recursion when redirecting to the index.jsp You can place this in an .htaccess file in the relevant directory:

RedirectMatch ^/$ /index.jsp
Ofcourse mod_rewrite could also be used, and additional checks could be done to check if the index.jsp actually exists before redirecting to it.

 
Privacy Policy     Terms & Conditions     Copyright © ITA Network Solutions UK (2002-2007)     Professional Design by BBMedia