Jump to content

Recommended Posts

Posted

It's ok, just redirect the 404 from http to https.

 

Your cert is installed correctly.

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

Tu peux aussi crire en franais.

Du kannst auch auf Deutsch schreiben.

Puoi scrivere anche in italiano.

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

  • Replies 88
  • Created
  • Last Reply

Top Posters In This Topic

Posted

this doesnt appear to work either

 

Internal server errorhas occured

 

http://megahosting.co.nz

 

The redirection page

 

 

Redirecting...

 

function redirectHttpToHttps()

{

var httpURL= window.location.hostname + window.location.pathname + window.location.search

var httpsURL= "https://" + httpURL

window.location = httpsURL

}

redirectHttpToHttps()

Posted

what the ...

 

http://support.microsoft.com/kb/975341/en-us

 

Try the first scenario, of course change OWA with your site :P. it should work because I don't understand why you have INTERNAL SERVER ERROR -.-

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

Tu peux aussi crire en franais.

Du kannst auch auf Deutsch schreiben.

Puoi scrivere anche in italiano.

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

Posted

Ok now I'm laughing too :D

 

What the hell?!?!?!

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

Tu peux aussi crire en franais.

Du kannst auch auf Deutsch schreiben.

Puoi scrivere anche in italiano.

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

Posted

lol yea....well all is stable again....

 

but, there almost seems there should be a more stable way to direct http to https. This seems really weird to me?

 

Im almost temped to get a redirection script, create a new site with the HTTP binding, add the script to a index.html to direct to https://megahosting.co.nz which is a site whcih already exits!!!

 

WTF!!!! LOL

Posted

your network is... your network ^^

 

I've tried multiple redirection on work website and everything works like a charm ^^

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

Tu peux aussi crire en franais.

Du kannst auch auf Deutsch schreiben.

Puoi scrivere anche in italiano.

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

Posted

So ive managed to get as far as a SSL redirect loop haha.

 

I took the rediection page redirectToHttps.htm and renamed to index.html and set index.html to default document.

 

obviously it just keeps loading the index.html....

 

Then tried changing the redirect page index.html code to this

 

 

 

 

Redirecting...

 

function redirectHttpToHttps()

{

var httpURL= window.location.hostname + window.location.pathname + window.location.search

var httpsURL= "https://megahosting.co.nz/index.php" + httpURL

window.location = httpsURL

}

redirectHttpToHttps()

 

 

 

 

 

Also, a random through....what about using php require once?? and call the document only once.

 

Dont think this would work though

Posted
I think you have a redirection in REDIRECT (from IIS) but you also have a script running in some page that redirects too. Right? If yes, delete one of them.

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

Tu peux aussi crire en franais.

Du kannst auch auf Deutsch schreiben.

Puoi scrivere anche in italiano.

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

Posted

i dont know whats going on, it almost seems like IIS is not restating properly like its takes a while to restart using iisreset

 

anyway it should work now can you test?

 

Thanks!

Posted
Same as before. Stop the IIS and start. If you can, restart the server. Check the event viewer for errors

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

Tu peux aussi crire en franais.

Du kannst auch auf Deutsch schreiben.

Puoi scrivere anche in italiano.

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

Posted
mhhh not for me :P

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

Tu peux aussi crire en franais.

Du kannst auch auf Deutsch schreiben.

Puoi scrivere anche in italiano.

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

Posted
Mhhh ok now it's redirecting on the right website but once loaded I have "internal error" mhhh strange.

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

Tu peux aussi crire en franais.

Du kannst auch auf Deutsch schreiben.

Puoi scrivere anche in italiano.

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

Posted

lol really, does it load the index.php at all?

 

or is it when you click a link

 

the about page doesnt work yet, and reseller hosting and SSL certificates still no page!

 

Thanks again for your time!

Posted
Mhhhh now everything's fine... odd

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

Tu peux aussi crire en franais.

Du kannst auch auf Deutsch schreiben.

Puoi scrivere anche in italiano.

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

Posted

just another thing...

 

Set up a reminder somewhere to renew the certificate... maybe one month before it expires so you have time to re-buy another one and nobody notice anything :). Well, I did this but unfortunatly I did so many time POSTPONE on outlook and one day people started to call me asking why there was a "certificate error". I have ordered a new cert but in some way the file was corrupted so I passed almost 5 hours answering questions about cert error. Finally when everything was resolved outlook give me a pop-up: REMINDER: Renew SSL Cert!

 

What a great day ^^

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

Tu peux aussi crire en franais.

Du kannst auch auf Deutsch schreiben.

Puoi scrivere anche in italiano.

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

Posted

just another thing...

 

Set up a reminder somewhere to renew the certificate... maybe one month before it expires so you have time to re-buy another one and nobody notice anything :). Well, I did this but unfortunatly I did so many time POSTPONE on outlook and one day people started to call me asking why there was a "certificate error". I have ordered a new cert but in some way the file was corrupted so I passed almost 5 hours answering questions about cert error. Finally when everything was resolved outlook give me a pop-up: REMINDER: Renew SSL Cert!

 

What a great day ^^

 

Haha that sounds like fun. Thanks for the advice.

 

just quickly while were on the topic of IIS i have 2 quick questions

 

I want to add a binding to a directory within a site? Is this possible

 

And, ....forgot the second, will update when i remember lol

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...