Filed under:

Shared SSL




Shared SSL gives a URL like https://whatEverYouLike.seceure-web-sites.com/

This secure URL will be directly mapped (aliased) to your main web space.

So for example if you had a domain http://yourDomain.name/ your file path may be like...

D:hshomeUserIDyourDomain.name

The shared SSL URL would also point to this path so it uses the exact same web space.

 


NOTE: For ASP, the "#include file" directive should be used instead of "#include virtual" with correct file path which is relative to the script directory.

Also, for proper use of Cookies, you should use this command
when setting cookies :

Response.Cookies("cookiesname").Path="/"

 


Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
article icon What is phpMyAdmin? (Views: 2016)

Language: