Title: https gives the Apache start page
Last modified: April 19, 2021

---

# https gives the Apache start page

 *  Resolved [hellius1](https://wordpress.org/support/users/hellius1/)
 * (@hellius1)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/https-gives-the-apache-start-page/)
 * Hi I am having a little problem after using permalinks, the https version of 
   the site shows the Apache start page. On the http version, the site and all permalinks
   work fine. I also want to say that without using permalinks, the site on http
   and https works well. I am using CentOS 8
 * My .htaccess
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       ```
   
 * My httpd.conf
 *     ```
       IncludeOptional conf.d/*.conf
       <VirtualHost *:443>
           DocumentRoot "/var/www/wordpress"
           ServerAlias www.example.com
           <Directory "/var/www/wordpress">
               allow from all
               Options None
               Require all granted
           </Directory>
           SSLEngine on
           SSLProtocol +TLSv1.1 +TLSv1.2
           SSLCertificateFile /var/ssls/cazzy_store.crt
           SSLCertificateKeyFile /var/ssls/cazzy.key
           SSLCACertificateFile /var/ssls/cazzy_store.ca-bundle
       </VirtualHost>
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [5 years, 1 month ago](https://wordpress.org/support/topic/https-gives-the-apache-start-page/#post-14338823)
 * Add :AllowOverride All” to the <Directory” block for the VirtualHost. The default
   is “none”, so .htaccess is ignored. Restart/reload Apache after making the change.
 *  Thread Starter [hellius1](https://wordpress.org/support/users/hellius1/)
 * (@hellius1)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/https-gives-the-apache-start-page/#post-14338873)
 * .htaccess file is not being ignored, but I added your rule to the code anyway,
   and unfortunately this did not solve the problem
 * My site – [http://cazzy.store/](http://cazzy.store/)
 * My site with https – [https://cazzy.store/](https://cazzy.store/)
    -  This reply was modified 5 years, 1 month ago by [hellius1](https://wordpress.org/support/users/hellius1/).
 *  Thread Starter [hellius1](https://wordpress.org/support/users/hellius1/)
 * (@hellius1)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/https-gives-the-apache-start-page/#post-14340115)
 * I solved the problem by adding this to my .htaccess file
 *  <IfModule mod_rewrite.c>
    RewriteEngine On Options +FollowSymLinks </IfModule
   >

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘https gives the Apache start page’ is closed to new replies.

## Tags

 * [apache](https://wordpress.org/support/topic-tag/apache/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [permalinks](https://wordpress.org/support/topic-tag/permalinks/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [hellius1](https://wordpress.org/support/users/hellius1/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/https-gives-the-apache-start-page/#post-14340115)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
