How to fix ExpiresByType takes two arguments, a MIME type followed by an expiry date code

Quick Introduction

Recently I was optimizing a client website on a development server. Typically when optimizing I’ll start with going through .htaccess and ensuring that it’s set up for the best web performance. I will typically spend the most time with Expires headers. Every website will respond to expires headers differently which is the reason why it takes up most of my time during .htaccess optimization. Either way, I updated expires header on the website, and boom, 500 Internal server error.

The Cause of the error

Apache reports an internal server for many reasons. Syntax within in .htaccess is included in this list. After verifying that your expires syntax is correct there’s one hidden syntax issue you may not have corrected. Many times when copying and pasting a piece code into .htaccess, you also copy hidden characters or blank spaces. Apache absolutely hates this. The blank spaces will typically be at the end of every line in the code you’ve added.

So what’s the fix?

The fix is simple.

Within the .htaccess file, place your cursor at the beginning of the last line in the code added.

Press delete. What should happen is your line is now at the end of the line above. If it’s not, continue until it is.

Press Enter to place the line back into its original position.

 

I hope this helps!

 

Hosterfi

Recent Posts

3b9474823d63c03204d168ada5f39b3a

47f7daf871b6058f069afd2423417913

1 year ago

3b9474823d63c03204d168ada5f39b3a

47f7daf871b6058f069afd2423417913

1 year ago

How to upgrade to PHP 7 on Ubuntu with Apache and mod php.

<h2>Prerequisites</h2> It's always best to upgrade your php version to the latest stable version but…

2 years ago

How to fix Apache 2 500 internal server error

Utilizing expires headers is an important part of optimizing your website. At times it can…

2 years ago

Easiest website builders for 2022 – top 2

Are you looking for the easiest website builders recommended for beginners? Look no further we…

2 years ago

How to boost your google presence for your small business

With the fierce competition in the online world, it's important to have a strong Google…

2 years ago

This website uses cookies.