HTTP or HTML mechanisms used for redirecting browsers to where the actual content is located
0
votes
2answers
25 views
htaccess redirect on first access
I'm using a 301 redirect on my htaccess file. I was wondering if it's possible to redirect users only on their first access and then show the site normally with a rewrite condition or something ...
0
votes
1answer
35 views
How URL redirect can be done without changing URL?
I am asking to verify what I hear from my provider.
I just bought domain name (let's say foobar.com) and I would like to redirect it to helloworld.blog.com in such way, that if somebody enters ...
-2
votes
1answer
25 views
Redirect HTTPS to HTTP in Apache [closed]
Need to urgently redirect HTTPS traffic to HTTP
Looked around at various options and am ending up with:
RewriteCond %{SERVER_PORT} ^443$
RewriteRule ^(.*)$ http://www.namerific.com/$1 [R=301,L]
It ...
-1
votes
0answers
24 views
Why sub domain not gives 404 error when wrong url entered?
I have create sub domain from cpanel and load my site files.
Now when i open proper URL:
e.g., http://sub.maindomain.com/
It works fine.
But when try with wrong URL it open default index page, but ...
0
votes
1answer
18 views
Malformed nginx 307 redirect response?
I have an Nginx configuration that 307 redirects from http to https. There are existing client applications that connect to http and send data via POST requests. The clients are .Net services using ...
1
vote
1answer
56 views
Nginx - Redirect request by GET parameters pattern
One of my servers was attacked by DDoS a couple of days ago and it lasted for 4 days. Below are the logs snippet of the request:
36.224.180.253 - - [14/May/2013:03:11:46 +0800] "GET ...
0
votes
1answer
23 views
If a redirect is setup on a webserver, does all traffic continue through the webserver with the redirect?
If we have a redirect setup on a web server inside our company. Does all traffic continue to go through the webserver with the redirect as sort of a middle man? Or does the redirect occur only with ...
1
vote
1answer
22 views
why is my mod_rewrite redirect only working for the requested page and not it's necessary css, js files?
I'm trying my first steps with setting mod_rewrite to make the URLs of an application a little nicer.
I have a skinnable system, with skins being set through a query parameter, so any of the ...
0
votes
0answers
38 views
Apache suddenly starts redirecting to bogus URL
I've been having a strange problem on a server I'm administering. After a certain amount time, without doing any change on the server, it suddenly starts redirecting to the main url plus some url info ...
0
votes
0answers
11 views
IIS redirect to subdirectory is having issues with trailing slashes
HTTP redirect in IIS is not working as expected.
I have two directories at the root of a site. One is a full directory name, and one is shorthand.
I want the short directory name to redirect to the ...
0
votes
1answer
24 views
Apache rewrite rule infinite loop for subpage [duplicate]
I am trying to redirect toast.allthesmarts.com to toast.allthesmarts.com/dayone
RewriteEngine on
RewriteCond %{HTTP_HOST} toast.allthesmarts.com
RewriteRule ^(.*)$ ...
-1
votes
0answers
18 views
Redirect the default port to a another port + url
I want to redirect default port to port 8080/url . How can I do it? I am testing with a virtual server where CentOS 5 is the operating system accessed via putty.
For example if I type mydomain.info ...
0
votes
0answers
29 views
Squid Proxy Splash page always showing up
I am further along with using Squid to present a splash page to guest users, and I wrote a basic HTML splash page to be presented to users.
I wrote the Splash page HTML to grab the url from Squid ...
0
votes
0answers
7 views
JSF direct a subdomain to a page
A JSF application is running in a GlassFish (configured to listen to port 80) server which is hosted in a virtual server and can be accessed through internet like "www.healthdept.lk". Under the ...
0
votes
1answer
31 views
redirect traffic from 2 Ubuntu external NICs to specific internal hosts
I am having problems redirecting incoming traffic to 2 external facing interfaces on my Ubuntu 12.10 server to 2 separate internal hosts. I am able to redirect incoming traffic on my eth0 just fine to ...
0
votes
1answer
22 views
.htaccess redirect for all sub-directories and files
We have a subsite a domain.com/path/ad and I want to diredirect all of the traffic to a framework handler. domain.com/path/index.cfm
So far I have
RewriteRule ^$ index.cfm [QSA,NS]
RewriteCond ...
0
votes
1answer
24 views
Redirect entire domain
I want to retire an entire domain since we're moving out of a market.
www.ourcompany.no
www.ourcompany.no/any-url/
etc should all redirect to simply
www.ourcompany.se
without any trailing url, ...
0
votes
0answers
12 views
Force SSL Redirection in Tomcat configuration
I already configured my Tomcat conf\server.xml. But It seems that may it doesn't redirect users to my specified redirect port.
See config below:
<Connector port="8080" protocol="HTTP/1.1"
...
0
votes
2answers
29 views
IIS 7.0: unwanted automatic redirect to HTTPS
Situation:
WinServer 2008 R2 with IIS 7.0
Default Web Site with the following bindings: HTTP on port 80 for www.<domain>.com and HTTP on port for <domain>.com, as well as HTTPS on port ...
1
vote
2answers
52 views
nginx redirect to www.domain
I want to redirect the site ALWAYS to www.site.com. However, I am not sure as to how to get the WWW to always show up in front should say someone type in the domain without the www.
EDIT:
server {
...
-1
votes
0answers
29 views
Redirecting domain to another domain
I got a dynamic IP, which is changing nearly everyday, but my provider gives me a x.y.z.com which is pointing to my IP when it changes. I also got a domain balka*.com and I want to redirect it to ...
0
votes
2answers
28 views
CNAME: cross-site redirections toward subdomains
Good day everyone,
I saw many documentation about cname, but it couldn't help defining what was wrong with my approach.
I am stuck on a CNAME problem. I would welcome your advice and tips there. ...
-1
votes
1answer
19 views
How to set up always on server that directs between two URLs?
I have two urls:
myurl.co.za
myurl.net
And a 3rd url:
myurl.com
Depending on different times of the day, I want users to be redirected to either myurl.co.za or myurl.net. I have a program that I ...
0
votes
2answers
36 views
.htaccess redirect just the root of my site to http
What's wrong with these redirect rules?
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} =www.pointfixed.com
RewriteCond %{HTTPS} on
RewriteRule ^$ http://www.pointfixed.com/ [L,R=301]
...
0
votes
1answer
23 views
Redirect invalid subdomain request to proper location
We've got site at a subdomain (new.example.com) and previous version of the site at the root (example.com). The previous version is a WordPress network with wildcard subdomains. The static subdomain ...
0
votes
1answer
24 views
How to redirect any subdomain to another domain in Apache2
I know you can redirect a specific subdomain to another domain and I need something but less specific. I need some way of redirecting every subdomain to another domain and Im not sure if this is ...
1
vote
1answer
54 views
How to get port redirects for two Servers running on same server?
I have an Amazon cloud running which is hosting two tomcat instances (ports 8080 and 8081) with each tomcat running a web application (foo and bar) for different customers.
However I am having a ...
0
votes
1answer
20 views
natd redirect_port didn't work
I have an virtual box freebsd 9.0 installation, on which I have working moinmoin2.0. Moin works on 127.0.0.1:8080 and I want to get access by external IP, e.g. 192.168.1.145:80.
I try to use the ...
0
votes
1answer
20 views
Wildcards inside htaccess redirects
I need to make a rewrite rule or redirect with a wildcard included in the line. Here is an example of what i have so far that works for an individual link.
Redirect 301 ...
0
votes
1answer
71 views
gateway iptables dns redirect
I'm having a problem with redirecting pc's dns requests to a local dns server. I want to block access to other dns services except my own. I've found different methods of doing this, none work here. ...
0
votes
1answer
36 views
Combining Nginx redirect rules
I've just migrated a Rails app from an Apache/Passenger server to a new Nginx/Unicorn server and I'm having some trouble getting the necessary redirects to work.
So far the config (which was set up ...
0
votes
1answer
23 views
Domain based redirect in Apache
I have an .htaccess file that is shared between a number of websites. Each of these sites are served from the same set of files but load a different configuration based on the domain name they run on.
...
1
vote
2answers
47 views
Apache/Tomcat Redirect
We have a Tomcat application from a vendor running with Apache in front of it, but we don't have access to the application code. We have our own single sign on wrapped around the application, so if a ...
1
vote
4answers
39 views
apache rewrite rules https to directory
I want apache to:
redirect http users to https
if they access http(s)://example.com/1234 redirect to /view/1234
I have tried different flavours but cannot get it work. When a user access the ...
-1
votes
2answers
22 views
Redirect naked domain in Apache vhost.conf to www (with SSL)
I've searched the forums, but can't seem to find a working solution.
My main site is https www.domain.com
I would like the following domains to be redirected to it as well:
http www.domain.com
http ...
0
votes
2answers
52 views
IP and Port Forwarding on ASA 5505
I have an ASA 5505 with outside network of public ips 95.123.234.64/26 and inside network of private ips 10.22.33.0/24. I would like to redirect any tcp traffic that hits 95.123.234.67:80 to a public ...
0
votes
1answer
47 views
Nginx file redirect
my file on image folder (http://domain.com/images/myfile.jpg) has been accessed by some websites using http://domain.com/images/myfile.jpg?bla=blabla. how to redirect ...
1
vote
1answer
70 views
URL rewriting between different pools with different authentication in IIS
I have an IIS application and three sub-applications as follows:
CMT (Windows and Anonymously authenticated)
- CI
- EM
- Website (Windows authenticated)
CI and EM are helper web services and ...
0
votes
0answers
30 views
non www to www using AWS Elastic Load balancer and Nginx [duplicate]
I have an app running on example.com and now I wanna redirect all the traffic to the www.example.com since we are collaborating with Akamai's CDN for your website. My domain is parked in Route53, ...
0
votes
1answer
27 views
Redirect each request to index page
I'm trying to redirect all the user's requests to my index page, except the one made to the root folder.
So www.domain.com/page.ext is fine while www.domain.com/folder/page.ext has to be redirected.
...
0
votes
1answer
68 views
qmail + Gmail configuration
I have VPS with Plesk 11 and I'm using two domains on it.
I would like to set up the email service in order to work with two mail servers at the same time:
On Gmail I have an account ...
1
vote
2answers
62 views
How to restrict particular URL using Apache ajp Reverse Proxy
I'm using Apache Reverse Proxy, following is some of Apache Virtual Host configuration
ProxyRequests Off
<Proxy *>
AddDefaultCharset off
Order deny,allow
Allow from all
...
-2
votes
1answer
23 views
Moving WP blog to Tumblr but still use old WP server's images? [closed]
I've successfully moved my old WP blog that I hosted on my server to a Tumblr blog by using the CNAME to point to it.
However, all of the Tumblr blog's photos are still hosted on my old WP blog, so ...
0
votes
2answers
53 views
How to forward https requests to http?
Typically my nginx config looks like this:
server {
listen 80;
server_name example.com;
<some long config>
}
server {
listen 443;
server_name example.com;
...
0
votes
1answer
30 views
Trying to Redirect from site1.com to site2.com using htaccess without changing url in the addressbar
Is there anyway I can redirect from site1.com to site2.com without having url change in addressbar.
I have tried different solutions available here which are mostly for redirect rule/conditions ...
0
votes
1answer
20 views
redirection based on domain name instead of file name
I have 10.8 Server with Filemaker Server 12 running two pages in Instant Web Publishing.
The pages are accessible locally:
http://192.168.168.42/fmi/iwp/cgi?-db=exampleONE&-loadframes
...
0
votes
1answer
24 views
give access to just one page for blocked ips in nginx
I have a site in development, I want only my IP to access the website and block all other IPs. I could do that with allow 1.2.3.4 in Nginx and deny all. However I want other visitors to see just one ...
0
votes
1answer
30 views
redirect blocked ip to different url in nginx
In my Nginx config I have
location / {
allow 198.168.0.1;
deny all;
}
Now, I want to redirect all other IPs except the allowed one to google.com, how do I do that ?
I have tried something like
...
0
votes
2answers
61 views
RedirectMatch: how do I avoid preserving querystring
I've noticed that the RedirectMatch directive preserves the querystring across the redirection. That is, if http://www.mydomain.com/someurl?some=query matches the rule, then it is redirected to ...
0
votes
1answer
37 views
Subdomain Redirection Not Working
So, I want to create a subdomain for each client like:
user1.mydomain.com -> mydomain.com/users/user1
or at least
user1.mydomain.com -> mydomain.com
and I can grab the user1 part with php. ...




