This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
5
Drupal 8 HTTPS SSL problem
Post Body
I have just installed drupal 8 on a ubuntu server and have SSL for it however when I use the .htaccess with the following rules
RewriteCond %{HTTP_HOST} ^website\.com[NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://website.com/$1 [R,L]
while the first page redirects to HTTPS if I go anywhere else it gives a
404 The requested URL /user/login was not found on this server.
However if I take away the .htaccess and manually type https everthing works including login. I would like https everywhere. Any ideas?
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 6 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/drupal/comm...