Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com ), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: Walkershire.net
I ran this command:sudo certbot certificates
It produced this output:Saving debug log to /opt/homebrew/etc/certbot/logs/letsencrypt.log
Found the following certs:
Certificate Name: aimhighschools.com
Serial Number: 5c8ce38e7cbbdde80c9b82d8e0006f2a504
Key Type: ECDSA
Domains: aimhighschools.com aimhighschools.net aimhighschools.org beyond.cleanair.com d7036.com envirotemps.com hi-tech.rent hi-techrent.com remiwalker.com www.aimhighschools.com www.aimhighschools.net www.aimhighschools.org www.d7036.com www.envirotemps.com www.hi-tech.rent www.hi-techrent.com www.remiwalker.com
Expiry Date: 2025-11-17 18:31:05+00:00 (VALID: 88 days)
Certificate Path: /opt/homebrew/etc/certbot/certs/live/aimhighschools.com/fullchain.pem
Private Key Path: /opt/homebrew/etc/certbot/certs/live/aimhighschools.com/privkey.pem
Certificate Name: walkershire.net-0001
Serial Number: 5c5c6e3cd8e6f7a9b6d69625518909f21e0
Key Type: ECDSA
Domains: walkershire.net
Expiry Date: 2025-10-15 12:33:15+00:00 (VALID: 55 days)
Certificate Path: /opt/homebrew/etc/certbot/certs/live/walkershire.net-0001/fullchain.pem
Private Key Path: /opt/homebrew/etc/certbot/certs/live/walkershire.net-0001/privkey.pem
Certificate Name: walkershire.net
Serial Number: 59fc09dbee3e28c4fee240bcf1ddadea655
Key Type: ECDSA
Domains: walkershire.net aimhighschools.com aimhighschools.net aimhighschools.org beyond.cleanair.com d7036.com envirotemps.com hi-tech.rent hi-techrent.com remiwalker.com www.aimhighschools.com www.aimhighschools.net www.aimhighschools.org www.d7036.com www.envirotemps.com www.hi-tech.rent www.hi-techrent.com www.remiwalker.com www.walkershire.net
Expiry Date: 2025-11-18 18:46:01+00:00 (VALID: 89 days)
Certificate Path: /usr/local/etc/certbot/certs/live/walkershire.net/fullchain.pem
Private Key Path: /usr/local/etc/certbot/certs/live/walkershire.net/privkey.pem
```
But they do not work.
My web server is (include version):Apache/2.4.65 (Unix)
The operating system my web server runs on is (include version):MacOS Sequoia 15.7
My hosting provider, if applicable, is: My company
I can login to a root shell on my machine (yes or no, or I don't know):
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
Those certificates look valid but your Apache server is using certificates that expired in 2023
Did you check your Apache configuration? Which files are named by the below options in the VirtualHosts
SSLCertificateFile
SSLCertificateKeyFile
The paths to the certs in the Certbot list were not all the same. It is unusual to see that with Certbot unless you intentionally change the βconfigβ base directory. And, usually there is no good reason to do that.
MikeMcQ:
VirtualHosts
vHost had walkershire.net0001 although I thought I have changed it to walkershire.net
I then tried both of the others:
and walkershire.net
All are not secure but I am not sure apache is serving them from them correct live folder. So I look in usr/local/ etc/certbot/certs/live and behold new certificates were created today even though both vhost.conf AND httpd-ssl.conf point to the opt/ folders
I will now try to change both conf files to point to the usr/ certs.
I checked Port 80 to see what is on it and got this:
lowerlevel@70-89-220-117-clean-air-engineering-il:/opt/homebrew β sudo apachectl stop
lowerlevel@70-89-220-117-clean-air-engineering-il:/opt/homebrew β sudo lsof -i :80
lowerlevel@70-89-220-117-clean-air-engineering-il:/opt/homebrew β sudo apachectl start
lowerlevel@70-89-220-117-clean-air-engineering-il:/opt/homebrew β sudo lsof -i :80
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
httpd 79798 root 4u IPv6 0x834f43aad74be1e0 0t0 TCP *:http (LISTEN)
httpd 79799 lowerlevel 4u IPv6 0x834f43aad74be1e0 0t0 TCP *:http (LISTEN)
httpd 79800 lowerlevel 4u IPv6 0x834f43aad74be1e0 0t0 TCP *:http (LISTEN)
httpd 79801 lowerlevel 4u IPv6 0x834f43aad74be1e0 0t0 TCP *:http (LISTEN)
httpd 79802 lowerlevel 4u IPv6 0x834f43aad74be1e0 0t0 TCP *:http (LISTEN)
httpd 79803 lowerlevel 4u IPv6 0x834f43aad74be1e0 0t0 TCP *:http (LISTEN)
lowerlevel@70-89-220-117-clean-air-engineering-il:/opt/homebrew β
What does this show
sudo apachectl -t -D DUMP_VHOSTS
VirtualHost configuration:
*:80 is a NameVirtualHost
default server ``walkershire.net`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:28)
port 80 namevhost ``walkershire.net`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:28)
alias ``www.walkershire.net
port 80 namevhost ``beyond.cleanair.com`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:72)
port 80 namevhost ``envirotemps.com`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:113)
alias ``www.envirotemps.com
port 80 namevhost hi-tech.rent (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:154)
alias www.hi-tech.rent
port 80 namevhost ``D7036.com`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:195)
alias ``www.D7036.com
port 80 namevhost ``Hi-TechRent.com`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:236)
alias ``www.Hi-TechRent.com
port 80 namevhost ``AimHighSchools.com`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:308)
alias ``www.AimHighSchools.com
port 80 namevhost ``AimHighSchools.net`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:353)
alias ``www.AimHighSchools.net
port 80 namevhost ``AimHighSchools.org`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:397)
alias ``www.AimHighSchools.org
port 80 namevhost ``remiwalker.com`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:441)
alias ``www.remiwalker.com
port 80 namevhost 70.89.220.117 (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:507)
port 80 namevhost localhost (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:555)
*:443 is a NameVirtualHost
default server ``walkershire.net`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:36)
port 443 namevhost ``walkershire.net`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:36)
alias ``www.walkershire.net
port 443 namevhost ``beyond.cleanair.com`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:80)
port 443 namevhost ``envirotemps.com`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:121)
alias ``www.envirotemps.com
port 443 namevhost hi-tech.rent (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:162)
alias www.hi-tech.rent
port 443 namevhost ``D7036.com`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:203)
alias ``www.D7036.com
port 443 namevhost ``Hi-TechRent.com`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:244)
alias ``www.Hi-TechRent.com
port 443 namevhost ``AimHighSchools.com`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:316)
alias ``www.AimHighSchools.com
port 443 namevhost ``AimHighSchools.net`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:361)
alias ``www.AimHighSchools.net
port 443 namevhost ``www.AimHighSchools.org`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:405)
alias ``AimHighSchools.org
port 443 namevhost ``remiwalker.com`` (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:450)
alias ``www.remiwalker.com
port 443 namevhost localhost (/opt/homebrew/etc/httpd/extra/httpd-ssl.conf:120)
And now please show the contents of this file.
# Virtual Hosts
#
# Required modules: mod_log_config
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.4/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any block.
#
########################################
#####
#####
aimhighschools.com
#####
########################################
<VirtualHost *:80>
## ServerAdmin admin@aimhighschools.com
ServerName aimhighschools.com
ServerAlias www.aimhighschools.com
DocumentRoot "/opt/homebrew/var/www/walkershire"
</VirtualHost>
<VirtualHost *:443>
ServerName aimhighschools.com
ServerAlias www.aimhighschools.com
DocumentRoot "/opt/homebrew/var/www/walkershire"
SSLEngine on
SSLCertificateKeyFile "/usr/local/etc/certbot/certs/live/walkershire.net/privkey.pem"
SSLCertificateFile "/usr/local/etc/certbot/certs/live/walkershire.net/fullchain.pem"
## Options +FollowSymLinks
DirectoryIndex index.html index.htm index.php
ErrorDocument 404 /errors/ErrorDocumentRedirect.html
## ErrorDocument 404 /data11/wc_idx/sur.html
## ErrorDocument 404 https://aimhighschools.com/data11/wc_idx/sur.html
## ErrorDocument 402 https://aimhighschools.com/data11/wc_idx/sur.html
ErrorLog /opt/homebrew/var/log/httpd/walkershire_error
CustomLog /opt/homebrew/var/log/httpd/walkershire_access combined
/opt/homebrew/var/log/httpd
Require all granted
Options Indexes FollowSymLinks Includes ExecCGI Multiviews
AllowOverride none
########################################
#####
#####
beyond.cleanair.com
#####
########################################
<VirtualHost *:80>
ServerName beyond.cleanair.com
## ServerAlias www.beyond.cleanair.com
DocumentRoot "/opt/homebrew/var/www/beyond"
## Redirect / https://beyond.cleanair.com/
</VirtualHost>
<VirtualHost *:443>
## ServerAdmin admin@beyond.com
ServerName beyond.cleanair.com
## NONE!!
DocumentRoot "/opt/homebrew/var/www/beyond"
## SSLEngine on
SSLCertificateKeyFile "/usr/local/etc/certbot/certs/live/walkershire.net/privkey.pem"
SSLCertificateFile "/usr/local/etc/certbot/certs/live/walkershire.net/fullchain.pem"
## Options +FollowSymLinks
DirectoryIndex index.php index.html index.htm
ErrorDocument 404 /errors/missing.php
ErrorLog /opt/homebrew/var/log/httpd/beyond_error
CustomLog /opt/homebrew/var/log/httpd/beyond_access combined
<Directory>
Options Indexes FollowSymLinks Includes ExecCGI Multiviews
AllowOverride none
Require all granted
</Directory>
</VirtualHost>
########################################
#####
#####
EnviroTemps.COM
#####
########################################
<VirtualHost *:80>
## ServerAdmin admin@envirotemps.net
ServerName envirotemps.com
ServerAlias www.envirotemps.com
DocumentRoot "/opt/homebrew/var/www/envirotemps"
</VirtualHost>
<VirtualHost *:443>
## ServerAdmin admin@envirotemps.net
ServerName envirotemps.com
ServerAlias www.envirotemps.com
DocumentRoot "/opt/homebrew/var/www/envirotemps"
## SSLEngine on
SSLCertificateKeyFile "/usr/local/etc/certbot/certs/live/walkershire.net/privkey.pem
SSLCertificateFile "/usr/local/etc/certbot/certs/live/walkershire.net/fullchain.pem
## Options +FollowSymLinks
DirectoryIndex index.php index.html index.htm
ErrorDocument 404 /errors/missing.html
ErrorLog /opt/homebrew/var/log/httpd/envirotemps_error
CustomLog /opt/homebrew/var/log/httpd/envirotemps_access combined
<Directory>
Require all granted
Options Indexes FollowSymLinks Includes ExecCGI Multiviews
AllowOverride none
</Directory>
</VirtualHost>
########################################
#####
##### Hi-Tech.RENT
#####
########################################
<VirtualHost *:80>
## ServerAdmin admin@hi-tech.rent
ServerName hi-tech.rent
ServerAlias www.hi-tech.rent
DocumentRoot "/opt/homebrew/var/www/hi-tech"
</VirtualHost>
<VirtualHost *:443>
## ServerAdmin admin@hi-tech.rent
ServerName hi-tech.rent
ServerAlias www.hi-tech.rent
DocumentRoot "/opt/homebrew/var/www/hi-tech"
## SSLEngine on
SSLCertificateKeyFile "/usr/local/etc/certbot/certs/live/walkershire.net/privkey.pem
SSLCertificateFile "/usr/local/etc/certbot/certs/live/walkershire.net/fullchain.pem
## Options +FollowSymLinks
DirectoryIndex index.php index.html index.htm
ErrorDocument 404 /errors/missing.html
ErrorDocument 301 /errors/missing.html
ErrorLog /opt/homebrew/var/log/httpd/hi-tech_error
CustomLog /opt/homebrew/var/log/httpd/hi-tech_access combined
<Directory>
Require all granted
Options Indexes FollowSymLinks Includes ExecCGI Multiviews
AllowOverride none
</Directory>
</VirtualHost>
########################################
##### #####
##### D7036.com #####
##### #####
########################################
<VirtualHost *:80>
## ServerAdmin admin@D7036.net
ServerName D7036.com
ServerAlias www.D7036.com
DocumentRoot "/opt/homebrew/var/www/D7036"
</VirtualHost>
<VirtualHost *:443>
## ServerAdmin admin@D7036.com
ServerName D7036.com
ServerAlias www.D7036.com
DocumentRoot "/opt/homebrew/var/www/D7036"
## SSLEngine on
SSLCertificateKeyFile "/usr/local/etc/certbot/certs/live/walkershire.net/privkey.pem
SSLCertificateFile "/usr/local/etc/certbot/certs/live/walkershire.net/fullchain.pem
Options +FollowSymLinks
DirectoryIndex index.php index.html index.htm
ErrorDocument 404 /errors/missing.html
ErrorLog /opt/homebrew/var/log/httpd/D7036_error
CustomLog /opt/homebrew/var/log/httpd/D7036_access combined
<Directory>
Require all granted
Options Indexes FollowSymLinks Includes ExecCGI Multiviews
AllowOverride none
</Directory>
</VirtualHost>
########################################
#####
#####
Hi-TechRent.com
#####
########################################
<VirtualHost *:80>
## ServerAdmin admin@Hi-TechRent.net
ServerName Hi-TechRent.com
ServerAlias www.Hi-TechRent.com
DocumentRoot "/opt/homebrew/var/www/Hi-TechRent"
</VirtualHost>
<VirtualHost *:443>
## ServerAdmin admin@Hi-TechRent.com
ServerName Hi-TechRent.com
ServerAlias www.Hi-TechRent.com
DocumentRoot "/opt/homebrew/var/www/Hi-TechRent"
## SSLEngine on
SSLCertificateKeyFile "/usr/local/etc/certbot/certs/live/walkershire.net/privkey.pem
SSLCertificateFile "/usr/local/etc/certbot/certs/live/walkershire.net/fullchain.pem
## Options +FollowSymLinks
DirectoryIndex index.php index.html index.htm
ErrorDocument 404 /errors/missing.html
ErrorLog /opt/homebrew/var/log/httpd/Hi-TechRent_error
CustomLog /usr/local/var/log/Hi-TechRent_access combined
<Directory>
Require all granted
Options Indexes FollowSymLinks Includes ExecCGI Multiviews
AllowOverride none
</Directory>
</VirtualHost>
########################################
#####
#####
cleanair.net
#####
########################################
#<VirtualHost *:80>
# DocumentRoot "/opt/homebrew/var/www/cleanairnet"
# ServerName cleanair.net
# ServerAlias www.cleanair.net
#
# Require ip 76.29.63.202 12.229.173.2
#
# DirectoryIndex index.php index.html index.htm
# ErrorDocument 404 /errors/missing.php
# ErrorLog /var/log/apache2/cleanairnet_error
# CustomLog /var/log/apache2/cleanairnet_access combined
#
# Require all granted
# Options Indexes FollowSymLinks Includes ExecCGI Multiviews
# AllowOverride none
#
#
########################################
#####
#####
AimHighSchools.com
##### For CleanAirWiki-Com
#####
########################################
<VirtualHost *:80>
# ServerAdmin admin@envirotemps.net
ServerName AimHighSchools.com
ServerAlias www.AimHighSchools.com
DocumentRoot "/opt/homebrew/var/www/CleanAirWikiCom
</VirtualHost>
<VirtualHost *:443>
# ServerAdmin admin@envirotemps.com
ServerName AimHighSchools.com
ServerAlias www.AimHighSchools.com
DocumentRoot "/opt/homebrew/var/www/CleanAirWikiCom
## SSLEngine on
SSLCertificateKeyFile "/usr/local/etc/certbot/certs/live/walkershire.net/privkey.pem
SSLCertificateFile "/usr/local/etc/certbot/certs/live/walkershire.net/fullchain.pem
#
# Require ip 76.29.63.202 12.229.173.2
#
Options ExecCGI Indexes FollowSymLinks MultiViews
DirectoryIndex index.php index.html index.htm
ErrorDocument 404 /404.html
ErrorLog /opt/homebrew/var/log/httpd/AimHighSchoolsCom_error
CustomLog /usr/local/var/log/AimHighSchoolsCom_access combined
<Directory>
Require all granted
Options Indexes FollowSymLinks Includes ExecCGI Multiviews
AllowOverride none
</Directory>
</VirtualHost>
########################################
#####
#####
AimHighSchools.net
##### For CleanAirWiki-Net
#####
########################################
<VirtualHost *:80>
# ServerAdmin admin@envirotemps.net
ServerName AimHighSchools.net
ServerAlias www.AimHighSchools.net
DocumentRoot "/opt/homebrew/var/www/CleanAirWikiNet
</VirtualHost>
<VirtualHost *:443>
# ServerAdmin admin@envirotemps.net
ServerName AimHighSchools.net
ServerAlias www.AimHighSchools.net
DocumentRoot "/opt/homebrew/var/www/CleanAirWikiNet
## SSLEngine on
SSLCertificateKeyFile "/usr/local/etc/certbot/certs/live/walkershire.net/privkey.pem
SSLCertificateFile "/usr/local/etc/certbot/certs/live/walkershire.net/fullchain.pem
#
# Require ip 76.29.63.202 12.229.173.2
#
Options ExecCGI Indexes FollowSymLinks MultiViews
DirectoryIndex index.php index.html index.htm
ErrorDocument 404 /404.html
ErrorLog /opt/homebrew/var/log/httpd/AimHighSchoolsNet_error
CustomLog /usr/local/var/log/AimHighSchoolsNet_access combined
<Directory>
Require all granted
Options Indexes FollowSymLinks Includes ExecCGI Multiviews
AllowOverride none
</Directory>
</VirtualHost>
########################################
##### #####
##### AimHighSchoolsorg #####
##### For CleanAirWiki-Org #####
##### #####
########################################
<VirtualHost *:80>
ServerName AimHighSchools.org
ServerAlias www.AimHighSchools.org
DocumentRoot "/opt/homebrew/var/www/CleanAirWikiOrg"
</VirtualHost>
<VirtualHost *:443>
ServerName www.AimHighSchools.org
ServerAlias AimHighSchools.org
DocumentRoot "/opt/homebrew/var/www/CleanAirWikiOrg"
## SSLEngine on
SSLCertificateKeyFile "/usr/local/etc/certbot/certs/live/walkershire.net/privkey.pem
SSLCertificateFile "/usr/local/etc/certbot/certs/live/walkershire.net/fullchain.pem
#
# Require ip 76.29.63.202 12.229.173.2
#
Options ExecCGI Indexes FollowSymLinks MultiViews
DirectoryIndex index.php index.html index.htm
ErrorDocument 404 /404.html
ErrorLog /opt/homebrew/var/log/httpd/AimHighSchoolsOrg_error
CustomLog /usr/local/var/log/AimHighSchoolsOrg_access combined
<Directory>
Require all granted
Options Indexes FollowSymLinks Includes ExecCGI Multiviews
AllowOverride none
</Directory>
</VirtualHost>
########################################
#####
#####
remiwalker.com
#####
########################################
<VirtualHost *:80>
ServerName remiwalker.com
ServerAlias www.remiwalker.com
DocumentRoot "/opt/homebrew/var/www/remiwalker"
</VirtualHost>
<VirtualHost *:443>
ServerName remiwalker.com
ServerAlias www.remiwalker.com
DocumentRoot "/opt/homebrew/var/www/remiwalker"
## SSLEngine on
SSLCertificateKeyFile "/usr/local/etc/certbot/certs/live/walkershire.net/privkey.pem
SSLCertificateFile "/usr/local/etc/certbot/certs/live/walkershire.net/fullchain.pem
#
# Require ip 76.29.63.202 12.229.173.2
#
## Options ExecCGI Indexes FollowSymLinks MultiViews
DirectoryIndex index.html, index.htm, index.php
ErrorDocument 404 /errors/404.html
ErrorLog /opt/homebrew/var/log/httpd/remiwalker_error
CustomLog /usr/local/var/log/remiwalker_access combined
<Directory>
Require all granted
Options Indexes FollowSymLinks Includes ExecCGI Multiviews
AllowOverride none
</Directory>
</VirtualHost>
########################################
#####
##### 127.0.0.1
#####
########################################
# <VirtualHost *:80>
# DocumentRoot "/opt/homebrew/var/www/"
# ServerName 127.0.0.1
# ErrorLog /private/var/log/apache2/127.0.0.1_error_log
# CustomLog /private/var/log/apache2/127.0.0.1_access_log combined
# Options ExecCGI Indexes FollowSymLinks MultiViews
#
###########################
########################################
#####
##### 70.89.220.117
#####
########################################
<VirtualHost *:80>
# DocumentRoot /Library/WebServer/Documents/
DocumentRoot "/opt/homebrew/var/www/
ServerName 70.89.220.117
ErrorLog /opt/homebrew/var/log/httpd/70.89.220.117_error_log
CustomLog /usr/local/var/log/70.89.220.117_access_log combined
<Directory>
Require all granted
Options Indexes FollowSymLinks Includes ExecCGI Multiviews
AllowOverride none
</Directory>
DirectoryIndex index.html, index.htm, index.php
</VirtualHost>
##############################################################################
##############################################################################
##############################################################################
##############################################################################
#<VirtualHost *:80>
# DocumentRoot /Library/WebServer/Documents/energy
# ServerName www.cleanair.energy
# ServerAlias cleanair.energy
#
# ErrorDocument 404 /errors/missing.php
#
#
# ErrorLog /var/log/apache2/energy_error
# CustomLog /var/log/apache2/energy_access combined
#
#
# Require all granted
# Options Indexes FollowSymLinks Includes ExecCGI Multiviews
# AllowOverride none
#
#
########################################
#####
##### LocalHost
#####
########################################
<VirtualHost *:80>
## DocumentRoot /Library/WebServer/Documents
DocumentRoot "/opt/homebrew/var/www/"
ServerName "localhost"
ErrorLog /opt/homebrew/var/log/httpd/localhost_error_log
CustomLog /usr/local/var/log/localhost_access_log combined
## RewriteEngine On
# RewriteOptions Inherit
## Options ExecCGI Indexes FollowSymLinks MultiViews
<Directory>
Require all granted
Options Indexes FollowSymLinks Includes ExecCGI Multiviews
AllowOverride none
</Directory>
</VirtualHost>
sorry about the format in last reply. I pasted plain text twice from 2 apps still got big fonts.
Yeah, Apache config needs to be set to preformmated text. But, I just noticed this forum has a rich text editor option which has been messing up formatting for me too. I reformatted some of your post but need a few minutes to review
There are a lot of escape characters in that post.
Yeah, I believe that was probably me trying to fix the formatting. I see some fundamental issues and hope to post some ideas soon
Did you add the escape characters to his vhost config file? I can't see the original text, only the (badly) output version of the original text.
The "rich text formatting" option has been causing me grief today. Haven't seen that before and not sure how it got enabled. See upper left icon in formatting section.
I have a cleaned up copy on my local machine. I don't think it is just a formatting issue causing the fundamental problem
The markdown editor bar and switch is new on me here. I usually write my own markdown.
That's the markdown switch I was meaning.
Super annoying.