PDA

View Full Version : It got worse... :-(


evert
6-14-06, 08:52 AM
Hi all!

I was having some trouble with 1 of the serviced domains I have (got 403 Error when trying to access it). I asked support to check it out. THAT was a mistake... :-(

Now my main domain ( http://www.meulie.net/ ) also gives 403 errors!! :-(

Of course I went straight back to the support chat, but all they could do there is tell me it would go to a 'Technical Specialist'. This was more than 3 hours ago... :-/

My site IS still accessible via https though... I have no idea what exactly happened, but I hope they fix it soon, AND that it will not happen to others...

lastrep
6-14-06, 11:10 AM
Welcome to the CLUB! I have been waiting for the "tech specialist" to reach me and it's been 3 days.

2 major issues people need to be aware of:

1. if you use SSI virtual paths, they don't function anymore
2. the new servers turned off rewrites

snobrega
6-14-06, 12:08 PM
Hi!

I checked your account and it didn't look like you had the redirect setup.

I used the .htaccess editor at http://members.powweb.com/webControl/htaccess/?m=redirect to change it for you and now the site comes up.

I'll respond to your support ticket with further details and you can verify that the domain is routing to the correct place.

Sally

snobrega
6-14-06, 12:15 PM
Hi lastrep,

It looks like our engineers updated your code. For others who may experience this problem, this is the resolution:

Passing the query string in the include virtual no longer works. To get around this problem a line such as:



<!--#include virtual="cgi-bin/csPost/csPost.cgi?command=view&pid=890" -->



needs to be :



<!--#set var="QUERY_STRING" value="command=view&pid=890" --><!--#include virtual="cgi-bin/csPost/csPost.cgi?command=view&pid=890" -->

Hope this helps!

Sally

lastrep
6-14-06, 12:23 PM
Still not working.. please check you pm.

evert
6-14-06, 01:25 PM
Well, my problem has been fixed, luckily! :-)

I had to do some correcting myself on the serviced domain, but now everything is back to normal(?) again... :-)