Skip to main content

All Questions

Tagged with
1 vote
1 answer
121 views

Redirecting the url entered with htaccess to a different location in the same way

When I enter my example.com url I want to redirect to example.com/en/ but when I enter example.com/demo I want to redirect to example.com/us/demo. The word demo here is just variable. how can I do ...
Arda Osman's user avatar
0 votes
0 answers
21 views

Show another-example.com as example.com/another in browser (2 domains/WordPress installations on 1 domain)

the company I work for currently owns two domains, e.g.: example.com another-example.com I manage the WordPress installations, which run on those domains (two distinct installations with separate ...
xxtesaxx's user avatar
  • 6,351
0 votes
0 answers
2k views

How to redirect a url to a dynamic ip address but keep domain name in address bar? Dynamic DNS

I am trying to create my own Dynamic DNS Server. I would like to remotely access my owncloud and apache webserver running on my RaspberryPi at home. My ipv4 is not public, but I have ipv6 setup and ...
SimLun's user avatar
  • 1
0 votes
1 answer
253 views

Apache2 Server and Forwarding Two Ports On the Router

Hope everyone is doing well. This is probably one of those newbie questions so please bear with me. I have an index.php webpage hosted by Apache server (Virtual Host port 80). I'm able to access ...
RobZ's user avatar
  • 13
2 votes
1 answer
6k views

Real IP behind Apache Load Balancer (Proxy) Server

I need to forward the real ip of the visitor to Apache Load Balancer. I have done it on Nginx successfully by just adding following two lines: proxy_set_header X-Real-IP $remote_addr; ...
skalkanci's user avatar
0 votes
1 answer
150 views

Can't put WAMP online

UPD Provider's fault I think I have read all the instructions and have done everything I could, but it still doesn't work :( List of things I have done so far: in httpd.conf file of the Apache ...
Sam's user avatar
  • 1,972
0 votes
1 answer
336 views

How to forward a service to a different port in apache?

I have an ubuntu server with three services, one running on port 8080, one running on port 8181 and apache running on 80. My question is, is there a way I can "view" the services web interface on ...
Joey Stout's user avatar
1 vote
1 answer
3k views

apache mod_Jk error log

im runing an apache Webserver and a tomcat server. Im now trying to forward to the tomcat from the apache. Both Servers are online and running and mod_jk is installed. But i keep getting Errors when i ...
user3107967's user avatar
0 votes
1 answer
305 views

Bitnami redirects localhost to another ip

I just installed the bitnami stack. When going to 127.0.0.1 it works fine on the root page but when trying to access one of my applications I got a redirect somehow to an IP which does not exist. ...
xhallix's user avatar
  • 2,981
2 votes
0 answers
2k views

How to handle x-forwarded-proto with Tomcat and apache

I went through a lot of posts related to this issue but I could not find a proper answer. Here is my problem: I'm trying to enable request logging in Tomcat using AccessLogValve & RemoteIpValve ...
Bruce's user avatar
  • 21
2 votes
1 answer
246 views

htaccess rewrite to require www, https, and ip

I am trying to figure out how to write the .htaccess so that all URLs: 1) Use https 2) Forward from http://example.com to https://www.example.com 3) Forward from the server IP to the domain I tried: ...
Caleb Pitman's user avatar
  • 1,155
0 votes
1 answer
226 views

Proxy mechanism - forward subdomain to external server

How can I redirect one subdomain to an external server without using a proxy ? I use the mod_proxy - ProxyPass setting that works. <VirtualHost *:80> ServerAdmin webmaster@localhost ...
El Dude's user avatar
  • 5,555
0 votes
1 answer
303 views

forwarding HTTPS from Plesk to AWS EC2

I'am quite new to setting up and managing websites, domains and stuff. I purchased a domain (let's say example.de) and registerd it on my vserver running Parallels Plesk. As I need secure access I ...
LesPaul's user avatar
  • 21
0 votes
4 answers
77 views

Forwarding third domain url to directory in the main domain

Hullo, I would like to forward accesses to subdomain blog.xxx.yy to directory www.xxx.yy/blog possibly keeping the originary address in the address field of the browser. How may I do it? I tried with: ...
Fabrizio Bartolomucci's user avatar
0 votes
2 answers
774 views

show home page through tomcat without changing url

I have tomcat running behind Apache. I also have Spring security to handle authorization and authrntication and Struts 2 as my web layer framewok. Here is my requirement: 1) I want to have a home ...
Shailesh Vaishampayan's user avatar

15 30 50 per page