IIS show upgrade website for all requests - iis

I have a temp website set up in IIS Manager (6) linked to an IP / URL, for example:
1.2.3.4 / www.someUrl.com
When that url is accessed, the temp website shows fine.
But if someone tries to access any other file within that domain, for example:
www.someUrl.com/index.cfm?action=profile
then the upgrade website does not display.
How do I get it to show for all requests made to the domain www.someUrl.com??
Thanks

I could not understand well you request.
But, using Application.cfc you can implements the method onRequestStart, and you can dump all information you need to your e-mail for exemple, just to see what is the problem to your script.

Related

Temporary URL working fine, But the domain when pointed to the site shows CWP HTTP test page

I installed CentOS7 on Amazon EC2 instance, I also installed latest version of CWP(CentOS Web Panel). I created a new user 'myuser'. I associated a domain 'myuser.com' with the user. I uploaded the website files into '/home/myuser/public_html/' and I deleted the default HTTP test index.html present in the same directory. Now I can access my website at http://IP_ADDRESS/~myuser
But when I point 'myuser.com' with my server IP - IP_ADDRESS, it shows CWP HTTP test page. I even modified my host file to make 'myuser.com' point to IP_ADDRESS.
It just shows CWP HTTP test page.
Please someone help me in solving this issue.
Thanks in advance.
I got that just googling for "default page cwp"
Take a look here -> http://forum.centos-webpanel.com/apache/default-page-displayed-for-all-domains/
For Google compute engine (Maybe same scenario in Amazon) in CWP Setting don't use the same IP that is being used for cwp admin panel. Use the default IP that will be suggesting just below the field of Shared IP in cwp setting.
In google compute VM Instance you'll find two IP's internal and external
For domain name server setting use external IP while in cwp setting change Shared Ip to your internal IP.
After 10-15 minutes use Kproxy to browse your site again should work then.
Its just temporary issue. Clear browsing data. This mainly happens in Google Chrome. As you didnt open http://IP_ADDRESS/~myuser before creating newuser, you could view uploaded files, as you might have opened myuser.com before uploading and after pointing to server IP, you are still seeing default cwp template.

My website is being redirected to http://guide.domain-error.com/

I created a website with html, css, js, jquery and got a domain name at http://dot.tk.
The name of the website is http://onlinehtmleditor.tk.
But my browser is taking me to http://guide.domain-error.com/search9870798707.php?keyword=onlinehtmleditor.tk/&uri=&uid=57499c974fcbe...
I searched google but the results were solutions to remove domain-error not http://guide.domain-error.com/.
So how do I prevent this?
It means that the DNS records have not been updated yet.
The page you see is provider-specific, I see an other page when visiting your website.
DNS ("Domain Name System") is used to get an IP address from a domain.
When you register a domain, the DNS records have to be actualized, your domain and your server's IP have to be added.
I assume you have already set up a server and assigned it to your domain (otherwise you have to do this in the domain management panel first).
If so, you only have to wait a little.
If you haven't assigned a server yet, do that first and check again a little time after this.
I hope I could help.

IIS V6 autoblocking ip

the linux-guy here has a question about IIS v6.
The case is, that i have a site running, when i do some specific tasks on this site ( Like deleting a specific item, three times in a row) the site will break, and a completely blank page will appear. Checking the response headers, i noticed that the server sends a "403 Forbidden: IP address of the client has been rejected."
Through a proxy, i can connect just fine.
Checking the site-options in the IIS manager, shows me that my IP is not blocked globally, its something thats just happening.
Where can i check for this? It happens automatically and the block ends after about 8-12 minutes, every time?
best regards.
Jonas
do you have access to IIS?
i assume blocking occure on web site side (inside ASP code), not in IIS.
please check IIS console, and make sure that there are no blocked IP's. If it's true, you should find database/table or some config file, where stored all blocked IP's. After that, you should get able to find ASP code, which is responsable for blocking....
you also could try make quick search inside all ASP pages for text like: "REMOTE_ADDR" and ".ServerVariables"

Make original site url name to some fake url name

I am new to rewrite site url name. I have a site url like http://66.15.101.250/test/ . this is my owned server link So i want to change this site url to something other name like http://testsite/test/ ( i do not want to give domain name to this ip address url).And i have otheres site running on this http://66.15.101.250/test/ server . I have no idea how to do this, what should i do.
Is this possible through .htaccess file or something else
Thanks in advance
Your server can only respond to requests it receives, and will only receive requests routed to it by DNS, so if you don't own the domain name, you can't receive public traffic directed towards it. You could silently redirect users from
http://66.15.101.250/test/ to the content found at http://testsite/test/ but they would still see the http://66.15.101.250/test/ url in their browser.
If you think about it, its a good thing you can't do this or I could make stealyourcreditcardinfo.com appear as paypal.com. Indeed most uses for what you are asking about would not be legitimate ones...
For your own internal testing purposes, you can make virtual host entry for testsite.com and your server will respond to any requests it receives for testsite.com. You then change your HOSTS file to point testsite.com to 127.0.0.1 and testsite.com will work in your browser, but only on your machine because you manually overrode your own DNS. The DNS everyone else is using is still pointing testsite.com to the actual IP address somewhere else
If you need this for testing purposes (as it seems to me), you can put 66.15.101.250 testsite in your hosts file and configure a virtual host for testsite in your webserver.

Caching issues - how to identifiy the offending server

Hi
I replacing an existing website. One of the url to a page happens to match one of the url on the old site. I can see old content when I try accessing this url. Is it possible for to debug where this copy of the old site is coming from? I've already identified it's a server between me and our host because I get the same content on web based proxies and my android.
Also how would i get the cache updated?
Our host is Webfusion and our domain is with 123reg

Resources