Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
45 views

SOLVED Configuring the hosts file to point to my server

I have a somewhat annoying problem in website development/deployment process; when I work locally on my server, the address of my program is localhost:8080/MYSERV/..., whereas when I deploy it, the ...
1
vote
2answers
48 views

Structuring an nginx config for static content and php

I'm trying to write an Nginx config with the following semantics, expressed in hopefully-readable psuedo-config: location /dir1/ /dir2/ { if (matches a .php file) { serve with php } else if ...
0
votes
0answers
48 views

Heroku hosted website using zerigo dns not loading for url without leading www

I've seen many questions similar to this but nothing specific to heroku and none of them are working for me. I am in China trying to access my website that I host on heroku. If I use a VPN and type ...
0
votes
1answer
24 views

Apache Rewrite Rule

Does Apache rewrite rule automatically change the URL of all pages without editing links? I tried rewriting Apache rule from .htaccess, but nothing happened, so I'm wondering if I need to edit the ...
1
vote
1answer
47 views

How to redirect an specific url with specific variables in iis

The idea is to add a rule to my iis (version 7) to redirect this http://www.mydomain.com/folder/Default.aspx?&variable1=eeee&variable2=aaa to: ...
0
votes
0answers
45 views

nginx: access to dir only with valid referer that consist of url key and clicked from specific place

i have admin panel, and links to phpmyadmin, munin and other services outside. admin panel generates links like: /admin/custom/pma/key/0ab9686a282bae59e63bda6d59f2cf3d/ and goes out to phpmyadmin ...
0
votes
1answer
29 views

Switch between IIS and Apache based on the requested URL?

I have two webservers installed on one machine: Apache running on port 8080 IIS on port 80 I want to define a rule in IIS that whenever someone wants to access my server in the form of ...
1
vote
2answers
70 views

How to use multiple localhosts

On my local development machine (Windows 7), I am using IIS and XAMPP to develop websites. Because it is unclear when I have multiple websits running, I am tried to rewrite the hosts file ...
0
votes
1answer
30 views

Configuring weblogic server console with external server urls, etc

there are obviously various 'canned' configuration options in oracle's weblogic server console for setting up data sources, jms queues, ldap servers etc, etc. What i want however is a way to ...
0
votes
1answer
35 views

How can I set up Linux URL Caching?

I'd like to set up Linux to cache some commonly requested URLs so that it doesn't have to go out to the net to get them every time. This would be a system-wide URL cache, not just in a particular ...
0
votes
1answer
43 views

Different URL's with the same website

I have a website that currently uses a .com domain for all traffic. I am targeting the United Kingdom, United States, Canada, Australia and New Zealand. Instead of this, I want something similar to ...
1
vote
1answer
88 views

Apache: redirect specific URL to a local server on different port

This seems straightforward, but I can't make it work. I have a pretty trivial webserver that only needs to do two things: example.com/status.html returns a local file (this works) example.com/atom ...
0
votes
0answers
15 views

How to redirect from IIS an URL with parameters

I have a wordpress blog deployed in my IIS 6. I would like to redirect the URL: www.myblog.com/index.php/2012/03/14/notes to www.myblog.com/index.php/2012/03/12/notes Is there any way to do it by ...
0
votes
1answer
33 views

How to change URL of local VM

Sorry for the noob question but I can't seem to find proper literature on the subject: Currently I'm forced to type my IP address to get to my CentOS VM local environment: 192.168.56.101 How can I ...
0
votes
0answers
111 views

URL rewrite an ARR on IIS: cannot get it to function correctly

I've been struggeling to get URL rewrite + ARR to work on our system... Here's the situation: We have two internal webservers, one mainly serving static pages, the other is a PHP driven site: - ...
0
votes
1answer
43 views

grouping two sites under domain and sub domain

I have 2 websites a main website hosted at fasthosts and an e-commerce website hosted at Vidahost. I want to combine both websites under the same domain set. Main site would be www.mydomain.com ...
3
votes
1answer
119 views

How to change all Exchange external URLs without adversely affecting external users?

We have an Exchange 2010 SP2 system consisting of a single Mailbox/Hub/CAS server and a single Edge server. The MHC server is exposed to Internet users via a TMG 2010 reverse proxy. All Exchange web ...
0
votes
1answer
40 views

Redirect a url to a new host

I have the following URL which displays a normal static website: www.example.com. This site is hoted on Amazon. I want to make all urls starting with www.example.com/redirect to redirect to another ...
1
vote
0answers
324 views

How to configure IIS 7.5 to allow special chars in Url for ASP.NET 3.5?

I'm trying to configure my IIS 7.5 to allow specials chars in the url for ASP.NET. This is important to support wide-spread legacy url's on a new system. Sample url: ...
0
votes
1answer
93 views

Local server outside: How to access url internal over router?

i have the following problem: i installed a new test-mailserver in our office today and did some port-forwarding on our router to the specific mailserver ports. everything works fine, except the ...
0
votes
2answers
87 views

Apache: Serve all URLs on a domain with the index page, without rewriting path?

I'm writing a Backbone.js application that makes use of the HTML5 history API. I would like users to be able to create URLs of the form: domain.com/any domain.com/random ...
0
votes
1answer
57 views

Draytek Vigor 5510 pro blocking attachments un-necessarily

I have installed Draytek vigor pro 5510 which I may say is one of the hardest ones on the planet to configure but I have now gained success with it in blocking URL(s) successfully but when I implement ...
0
votes
1answer
26 views

Secured URL not filtered by Router

I am blocking a website using router.It is working fine for non-secured URL but not working for secured URL(https).Any suggestions?
0
votes
1answer
67 views

Django update database entry from view?

Have been trying to build a simple asset tracking script, I have most of it working correctly however I would like to be able to check items back in once they have been returned. I would like to be ...
0
votes
1answer
46 views

Domain url redirect with myDNS

I have a domain and want to redirect this domain to url (for example www.example.com). How I can do this with mydns (using mydnsconfig interface or mydns itself).
2
votes
1answer
234 views

htaccess: how to rewrite to clean urls and redirect old urls to the new clean ones?

With htaccess I'm trying to make my sites urls clean. I use very basic urls like: www.mysite.com/pagename.php ("pagename" is variable). I want www.mysite.com/pagename to display the content of ...
0
votes
2answers
53 views

Simple apache2 redirect from one domain to another

What I want to do is the following: My domain xy.example.com no longer exists. Thus I want to do a simple redirect to the new domain abc.example.com. It should be a redirect, that also works when ...
1
vote
1answer
96 views

Using curl to make a HEAD request with a hard timeout

I'd like to use curl to send a HTTP HEAD request to a URL to verify that it is working correctly (server is up and sends a successful response). At the end, I need the final HTTP response code ...
-3
votes
1answer
573 views

Who (What?!) is “http://1.1.1.1/bmi”? [closed]

I'm not sure if this is the place to ask but I found some pages who contain links in them that start with "http://1.1.1.1/bmi". Who or what is 1.1.1.1? or maybe http://1.1.1.1/bmi has a meaning more ...
0
votes
0answers
46 views

How to configure iPlanet to serve JSPs and PHP for erspective URL patterns of the same website

I want to configure iPlanet in such a way that the main web address remains the same,however,for a certain URL pattern i would like to serve JSP files and for certain pattern i would server PHP. I ...
0
votes
1answer
88 views

Locally redirect Domain1.com to Domain2.com/subdir on one computer

I am running a FreeBSD server and I want to redirect a specific website domain to another domain including subdirectory. I want to bypass that domain to alter the XML results it returns. I tried the ...
-1
votes
1answer
173 views

URL Redirect to IP on LAN [closed]

Possible Duplicate: Is there a way to forward a port based on subdomain? wOk here is what I need to do: Listen on various ports and route to LAN IP addresses based on url and port. So I ...
0
votes
0answers
46 views

diacritic letters in filename result with 404 error

I have two instances of my application. On one server I can get a photo like this: www.example.com/photos/Фото0139.jpg and everything is ok. But on the other one (and I know the same photo is ...
0
votes
1answer
23 views

Server responce 200 to url that does not exist

I have such records in my Apache 2.2 one of the virtual hosts access_log file: GET /index.php/image-gallery/animals/57-wobbegone?c=2&s=8&p=384&l=ru HTTP/1.1" 200 19549 "-" "Mozilla/5.0 ...
0
votes
0answers
37 views

Domain name redirection and URL query parameters

I have a domain name which "invisibly" redirects to my private server. I have 2 issues with it: The big one is that que URL parameters like ?foo=bar&abc=xyz are not passed along. They appear ...
2
votes
1answer
72 views

How come I can only visit the subdomain if I include the index.php in the address?

How come I can only visit the subdomain, e.g. subdomain.domain.com, if I include index.php? subdomain.domain.com, doesn't work. subdomain.domain.com/index.php works. do I have to change something ...
1
vote
1answer
144 views

HAProxy Specific URI

So my HAProxy configuration is similar to this. listen webaustin 0.0.0.0:80 mode http timeout connect 12000 timeout server 60000 timeout queue 120000 balance roundrobin ...
0
votes
2answers
81 views

Why tomcat is not accessible from www of my domain name?

I can access my web application (GeoServer) from this URL http://mydomain.com:8080/geoserver but I am not able to access it from http://www.mydomain.com:8080/geoserver . How can I fix this? My DNS ...
0
votes
1answer
221 views

Conditionally set Content-Disposition header

I have an image gallery on a IIS7 server. I would like to have a button to force download the currently visible image. Maybe something like setting an url parameter: ...
1
vote
1answer
157 views

How to create a unique URL that does not hide the actual URL?

I'm putting a banner ad in a newsletter. I want to be able to track hits from that ad. To do so, I need the ad to direct to a unique URL, but I don't want the URL to be deceptive (ie. a bit.ly URL). ...
1
vote
0answers
131 views

Apache convert %20 to \xa9 instead of {space}

When I'm trying to access an url like image%20xyz.jpg, I got a 404 error. When I look into the logs, Apache converts the %20 into \xa9 (and every url encoded characters are transformed to their \xXY ...
2
votes
2answers
221 views

How to configure both apache and tomcat on same url?

Say I have a registered URL mywebsite.com pointing to my server with a public IP address. I want to run both tomcat and apache to serve pages (i.e., some static pages on apache and some dynamic pages ...
2
votes
4answers
134 views

How to make a URL point to a Tomcat instance?

Sorry if this question makes no sense (no expert here), but I understand that tomcat listens to port 8080 and that url are usually addressed to 80. Is there a way to tell DNS that urls should point to ...
0
votes
1answer
178 views

bind9: example.com works, www.example.com doesnt, and how to block urls

1) I was following a guide to setup bind again after I formatted to Ubuntu 10.04.2 LTS. http://doc.ubuntu.com/ubuntu/serverguide/C/dns-configuration.html#dns-primarymaster-configuration I can get my ...
0
votes
3answers
228 views

How to register a URL with 3 part naming?

My objective is to have a URL like - m.af.ia. So, assuming I register a TLD web-site called m.af with Afghanistan (af) ... is there any way I can set up my server infrastructure so that the URL I ...
0
votes
2answers
113 views

How to use RegEx for mod_security

I have a directory/site set-up like this on my Apache/2.2.19 (Win32) Server using mod_security + core ruleset/2.2.1 /website1/login.php /website2/login.php /website3/login.php /websiteN/login.php ...
1
vote
1answer
37 views

Django - Different URLs for Production and Development?

Is it possible to have two different urls.py files for one project, using one of them all the time, but then invoking the second for development purposes? What I want is this: For production (and ...
0
votes
3answers
163 views

How do I configure my server to forward “domain.com” to “www.domain.com”?

I need to forward all visitors from "domain.com" to "www.domain.com". I know this has something to do with altering the nginx config file but am not sure what to do or what code to use. I am using ...
1
vote
2answers
111 views

Strange code in URL request \x18\xbaL\x03@\xea$\x03HZm … how can I find out what they are up to?

Well someone is requesting some URL's with really strange hex codes. How can I find out what they are up to. The problem is I don't even know what code that is, it's not a hex code. How can I find ...
1
vote
2answers
234 views

IIS Virtual directory/application name in upper case

In IIS I have web site with .Net application, accessible like this: http://site1.example.com/myapp The site requires authentication, so when I access it, it redirects as expected to ...

1 2 3 4