[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Virtual site port
- Subject: Re: [cobalt-developers] Virtual site port
- From: Thescripter@xxxxxxx
- Date: Fri Apr 14 12:21:41 2000
Hi, i am having a problem. I have a cgi script that opens sockets to my server on elitehosts.com
But, it has problems. It's if i goto telnet and open elitehosts.com on port 80 it says that it moved to a different url. I think it has something to do with in the httpd.conf file:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^64.29.16.106(:80)?$
RewriteCond %{HTTP_HOST} !^ns.elitehosts.com(:80)?$
RewriteRule ^/(.*) http://ns.elitehosts.com/$1 [L,R]
RewriteOptions inherit
i commented all the last lines out but then it says that method is not implemented.
This is a raq3 please help...