Sounds like your Apache httpd.conf is missing a virtual host entry for port 443.
Listen 443
<VirtualHost *:443>
ServerName www.foo.com
DocumentRoot /var/www/www.foo.com/htdocs
CustomLog /var/log/apache/www.foo.com-access.log combined
ErrorLog /var/log/apache/www.foo.com-error.log
# Example SSL configuration
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5
SSLCertificateFile "/var/www/www.foo.com/ssl/server.crt"
SSLCertificateKeyFile "/var/www/www.foo.com/ssl/server.key"
</VirtualHost>
Related Posts:
- Site redirects to wrong url when saving settings
- WP redirects all pages from new domain to old domain
- How to use a custom domain?
- Changing siteurl and homeurl – internal links redirect to home page?
- Force WordPress to load from site’s hostname
- Can’t control WordPress Addresses from admin panel
- How to redirect the frontend of a WordPress site (only)?
- Site Address and WordPress Address settings when using a load balancer
- Preventing Canonical Redirect for CDN
- change home_url and site_url but don’t redirect to home_url and site_url on load
- How to force a 404 on WordPress
- How do I skip wordpress’s 404 handling and redirect all 404 errors for static files to 404.html?
- Disable WordPress URL auto complete
- WordPress redirecting connections on port 8080 to 80
- 301 redirect instead of 404 when URL is a prefix of a post or page name?
- Redirect to referring page after logging in
- Correct way to hide pseudo pages from being shown?
- Htaccess redirect from ‘/%postname%.html’ to ‘/%postname%’
- Redirect to post after submission with Gravity Forms? [closed]
- Redirect www to non-www htaccess
- Using redirection plugin to pass URLs as lowercase to wordpress
- Redirect to login page
- I want to redirect the url to the previous page
- Headers already sent – WordPress core
- Import WordPress Post Slug with Forward Slash
- Create a php callback/endpoint for an OAuth script
- Query WP data with the WPDB API from outside WordPress
- How to redirect user to a page after form submission
- Too many redirects when using wp super cache [closed]
- How does WordPress redirect without using .htaccess?
- How to redirect from various ?page_id= to home page?
- header and wp_redirect not working. cannot modify header information warning
- Code to create a redirection after login?
- Headless WordPress redirect front-page to login page [closed]
- 301 Redirect To Post ID
- Redirect after password update
- How to add new redirection on wordpress site
- How to use Regex to add to a url?
- htaccess redirect invoice.php to /client/invoice.php
- redirecting and showing notice from previous action
- redirect wp-admin/install.php
- Make posts 410 dynamically
- Redirect homepage with htaccess, except if I enter the link adding “/home”
- How to properly encode url with parameters for redirect_to
- How to disable redirect on pagination first page
- Redirect user to a form until they have filled it out [closed]
- How to redirect to clean links with this code
- How can I make my WordPress site redirect to subdomain once successfully login they will redirect back to root domain
- Redirections and rewrites to subdomain
- Redirect user to previous page after signup from custom form
- How To Fix 404 errors caused by Google Indexing WordPress In Subdirectory
- Unable to access folders in same level as wordpress installation
- 301 Redirect all page and post urls from .html to /
- Get query parameters from external url and make a redirection
- Why does specifying ‘about-us’ as a link target take longer than specifying ‘about-us/’?
- Internal Links that Automatically Update
- wordpress_redirect returns different headers for HEAD and GET requests
- Usage of the login_redirect filter
- Show different page for first time user
- Redirecting to new URL structure and 301
- Blog has an infinite redirect loop
- WP forwarding to wrong site address
- How can I redirect users on the new 404 page without plugin?
- How do I write a subdomain redirect?
- How does WordPress format the url on a 301 when a trailing slash is missing?
- Redirection on domain name
- htaccess redirect from specific urls of my site to the homepage
- Can’t make redirect in WordPress
- Changing permalinks and redirecting urls
- htaccess 301 Redirect not working from aspx to new WP permalink
- Mass .htaccess URL Forwarding
- How to point a public URL to internal (hidden) server with all links following.
- Redirecting simple big problem
- Wp Remote get with manual redirect
- Redirect posts to new domain
- Add base folder to CPT and 301
- How do I redirect the browser to 404 page, if no posts are found in home page
- Redirect after the registration
- how to redirect non logged users to login page and redirect to another page with saved data?
- How to redirect if 404 error in wordpress then redirect 404.php url
- 301 Redirects from old WordPress domain
- Unexpected: WordPress redirects to the WP_HOME/WP_SITEURL value
- Automatically switch language based on visitor’s country
- How to make front page temporarily show content of internal page
- How to get user details by name
- Resolving the too many redirects on wordpress
- One set of Child Pages redirecting to Home page?
- Redirect old .html URLs to a new installation in a subfolder
- redirects for removed/deleted woocommerce products
- How to block direct access to files upload in edd folder
- Blog post URL redirects to a Page URL who’s slug is a prefix of the post slug.
- Blog posts redirecting to random 404 pages
- Subpages return 404 server error
- WordPress 302 Redirect to Holding Page
- Converted posts to a CPT, 301 redirects necessary?
- Show page without reference to post (like front-page)
- How to redirect all pages of a blog to a new blog
- Remove link before another link
- How to handle expired assets/content when user has direct URL
- Best SEO way to redirect from all “posts” to home url