Re: [users@httpd] HTTPS and .htaccess

2018-09-08 Thread Frank Gingras
You don't need to use .htaccess files, nor mod_rewrite. Run apachectl -S and edit the appropriate vhost. Set the DocumentRoot and DirectoryIndex properly, and also look into FallbackResource. On Wed, Sep 5, 2018 at 2:09 AM Mahmood Naderan wrote: > Hi > > > I have configured a Centos server with

[users@httpd] HTTPS and .htaccess

2018-09-04 Thread Mahmood Naderan
Hi I have configured a Centos server with httpd for ssl support. Prior to that when I entered http://w.x.y.z I was able to see in the install page. After configuring ssl, I removed all files from /var/www/html and was able to see the test page when entering https://somewhere.com Now whe