[users@httpd] redirection on apache server

2021-01-01 Thread jacques-b.thibault
Hello apache fellows,‌ I have set up an apache server on a raspbian unit but I am not that clever on network apart basic configuration, port forwarding and authentication process. I got letsencrypt certification so that to enable https access. I wanted to put some big files on another raspbian

Re: [users@httpd] Redirection to https only for the top-level page

2019-02-04 Thread Frank Gingras
If you're stuck with .htaccess, then mod_rewrite is likely your only recourse. I would recommend debugging mod_rewrite on your development / staging server with the rewrite log, too. Lastly, look up the "http2https" recipe on the httpd wiki. On Sat, 2 Feb 2019 at 12:51, R. Diez wrote: > First

Re: [users@httpd] Redirection to https only for the top-level page

2019-02-02 Thread R. Diez
First of all, thanks for your answer. [...] Htaccess is only used for clients on a host server (such as a godaddy.com website) where the client does NOT have access to configuration files of the server… That is exactly my case. HSTS does not seem suitable either. I hope someone can help me

Re: [users@httpd] Redirection to https only for the top-level page

2019-02-02 Thread angel Hall-Coulston
As a small side note, Using an .htaccess file is NOT recommended when a sysadmin has access to the server. Htaccess is only used for clients on a host server (such as a godaddy.com website) where the client does NOT have access to configuration files of the server… Although it DOES work, apache

Re: [users@httpd] Redirection to https only for the top-level page

2019-02-01 Thread Dan Ehrlich
You’ll want to look into HSTS https://https.cio.gov/hsts/ Basically it will let the user’s browser know “in advance” to always connect via HTTPS, eliminating the vulnerability of first connecting to a site over HTTP before being redirected. > On Feb 1, 2019, at 8:09 AM, R. Diez wrote: > >

[users@httpd] Redirection to https only for the top-level page

2019-02-01 Thread R. Diez
Hi all: I have very little Apache experience. I just occasionally help with a couple of websites on 2 different hosting companies of the "inexpensive" variety. I want to automatically redirect from somesite.com to www.somesite.com, and from http to https. With difficulty, I have managed to

Re: [users@httpd] Redirection of URL in Apache

2017-05-11 Thread Eric Covener
On Thu, May 11, 2017 at 11:54 AM, Sailaja Gadireddy wrote: > I have a request to redirect a URL to a different server (host) and then to > another server. > > How rewrite module can help me in this case. Seems unnecessary, Redirect and RedirectMatch are simpler.

[users@httpd] Redirection of URL in Apache

2017-05-11 Thread Sailaja Gadireddy
Hello Team, I have a request to redirect a URL to a different server (host) and then to another server. How rewrite module can help me in this case. Please do the needful and let me know if need further details. Thanks & Regards, Sailaja.

[users@httpd] Redirection from www.example.com to login page at www.example.com/index.jsp

2015-08-16 Thread Tech Sadhu
I have setup apache2 and tomcat7 on ubuntu 14.04. my domain name is www.example.com , which I want to redirect to the www.example.com/index.jsp on to the tomcat as this is the login page. How can this be done? The set up works fine for a request made to www.example.com/index.jsp. The apache

[users@httpd] Redirection single pages from subdomain to another subdomain htaccess

2015-05-12 Thread Michele Braccini
I'm working with a Wordpress Installation (WPML with 3rd level domain es.site.com, fr.site. com, en.site.com ) on LAMP. I need to redirect many pages from subdomain to a new subdomain (with .htaccess) Example: esp.site.com/oldpage - es.site.com/newpage (different subdomain and different page

Re: [users@httpd] Redirection via HTTPS

2015-02-09 Thread YUSUI T
2015-02-09 5:15 GMT+09:00 Yann Ylavic ylavic@gmail.com: On Sun, Feb 8, 2015 at 9:03 PM, Yann Ylavic ylavic@gmail.com wrote: On Sun, Feb 8, 2015 at 7:36 AM, YUSUI T yusui.tomik...@gmail.com wrote: root@hostname:~# tail -n 6 /etc/apache2/mods-available/ssl.conf VirtualHost *:443

Re: [users@httpd] Redirection

2011-10-21 Thread Pete Houston
On Thu, Oct 20, 2011 at 05:02:19AM -0700, apt...@spam-message.com wrote: Pete, Thanks for your reply. What would you use? I would use Redirect as in the previous reply. The problem is, I have numerous articles created under an old CMS that I've moved to a new CMS. Google et al have indexed

Re: [users@httpd] Redirection

2011-10-20 Thread aptach
Pete, Thanks for your reply. What would you use? The problem is, I have numerous articles created under an old CMS that I've moved to a new CMS. Google et al have indexed the old articles. Since the names (as well as the directories) have all changed, I'm left with the need to do a one-to-one

[users@httpd] Redirection

2011-10-18 Thread aptach
I've spent at least three hours trying to do what seems like a simple redirection. Yes, I've read documentation, searched the Google god and read numerous articles and posts, etc. In a nut shell, it seems when I add a leading slash to the pattern of a redirect, it breaks. If I add a leading path