[users@httpd] Reditect HTTP to HTTPS .htaccess

2018-03-03 Thread Wilmer Arambula
i have the following .htaccess: RewriteEngine On # Certain hosts may require the following line. # If vanilla is in a subfolder then you need to specify it after the /. # (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)

[users@httpd] Setup VirtualHost Multiple Domain to SLL Domain.

2017-04-20 Thread Wilmer Arambula
ot /home/domain/public_html RewriteEngine On RewriteCond %{SERVER_PORT} 443 RewriteCond %{HTTP_HOST} ^domain\.(info|web) [NC,OR] RewriteCond %{HTTP_HOST} ^www.domain\.(info) [NC] RewriteRule (.*) https://www.domain.web$1 [R=301,L] Regards, -- *Wilmer Arambula. *

Re: [users@httpd] Best Form Redirect Http --> Https VirtualHost Apache.

2017-04-19 Thread Wilmer Arambula
. Regards, 2017-04-19 19:55 GMT-04:00 Eric Covener <cove...@gmail.com>: > On Wed, Apr 19, 2017 at 7:39 PM, Wilmer Arambula > <tecnologiaterab...@gmail.com> wrote: > > http://subdomain1.example.com --> Is not assigned to any virtualhost, > > Because it redirects too

[users@httpd] Best Form Redirect Http --> Https VirtualHost Apache.

2017-04-19 Thread Wilmer Arambula
em, for example: http://subdomain.example.com --> https://www.subdomain.example.com --> Assigned to virtual host works perfect. http://subdomain1.example.com --> Is not assigned to any virtualhost, Because it redirects too https://www.subdomain.example.com Regards, -- *Wilmer Arambula. *

[users@httpd] config mod_user_dir apache apache v.2.4.6.

2017-03-07 Thread Wilmer Arambula
This is the best way, I hope for your recommendations, Thks, -- *Wilmer Arambula. *

[users@httpd] suexec path directory.

2017-03-04 Thread Wilmer Arambula
t manually compiling apache. Thks, -- *Wilmer Arambula. *

Re: [users@httpd] Problem .htaccess

2015-03-08 Thread Wilmer Arambula
. localhost and 2.everything else? Have you tried using RewriteCond? On Sun, Mar 8, 2015 at 6:56 AM, Wilmer Arambula tecnologiaterab...@gmail.com wrote: Hi, I have the following .htaccess file: # if a directory or a file exists, use the request directly # otherwise forward the request to index.php

[users@httpd] Problem .htaccess

2015-03-07 Thread Wilmer Arambula
. index-test.php else RewriteRule . index.php as I do apologize for my ignorance, my version of apache 2.4, Thks, -- *Wilmer Arambula. *

Re: [users@httpd] hackers

2014-11-02 Thread Wilmer Arambula
install fail2ban block fails login, Wilmer.

[users@httpd] Optimizing Httpd

2014-02-11 Thread Wilmer Arambula
application/javascript access plus 1 week /IfModule Specifically, the inquiry is that mod_cache recommend me to not delay the server to compress and decompress files, I hope someone can advise me, Regards, -- *Wilmer Arambula. *