sehh
- Total activity 126
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
Activity overview
Latest activity by sehh-
sehh commented,
That is great, thank you for your quick response, much appreciated!
-
sehh created a post,
mime type woff & woff2
Hello everyone, I noticed that in all our servers, we have to change the mime type of various extensions because the mime.types file supplied by EA3/EA4 is rather outdated. To be more specific, w...
-
sehh commented,
You can easily enable AutoSSL, it won't break anything but it may also not work on some domains. Please take a look at this thread, which I started some time go with the issues I encountered when ...
-
sehh created a post,
Request exceeded the limit of 10 internal redirects
Hello everyone, I've had this issue in the past with EA3 but I stumbled on it again with EA4. All my servers showed a considerable amount of internal redirect errors, in the /etc/apache2/logs/err...
-
sehh commented,
Personally, I'm forcing the following extensions to run as PHP: .html .json .mag .mod .xml But from 3rd party sites, the most common I've seen is html.
-
sehh commented,
Hi sehh, Where did the .htaccess AddType's originate from? Thanks Hi cPanelNick, I am not sure what you mean originate, can you please explain a bit? Overall the "application/x-httpd-php" is t...
-
sehh commented,
Interesting discussion, but I had a slightly different experience. I switched to EA4 a few weeks ago and it broke nearly all the websites on the first server. What is interesting, is the fact that...
-
sehh commented,
I'm glad it worked for you! Here is an updated version that also enforces "www." on the domain but still allows AutoSSL to verify the domain without it. I'm sorry its of no help to those who want t...
-
sehh commented,
You are right. Here is my solution so far, exclude the files accessed by AutoSSL and Let's Encrypt from being redirected. RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !^/\d+\.BIN_AUTOSSL_...
-
sehh created a post,
AutoSSL - htaccess whitelist
From what I understand, verification of the domains for AutoSSL Let's Encrypt plugin, means that the domain is verified by accessing a temporary file name from public_html. In my tests, none of my...