Skip to content Skip to sidebar Skip to footer
Showing posts with the label Apache

.htaccess Redirect All Extension To Php

I recently updated my .htaccess file to hide the .php extension of the urls. It works nice, when I … Read more .htaccess Redirect All Extension To Php

Https Works Fine But *.com:443 Gives A 400 Error?

I've got a site up (apache centos) that has no issues connecting over https but when I try to c… Read more Https Works Fine But *.com:443 Gives A 400 Error?

How To Add Mime Types To An Htaccess File?

I'm having an issue adding a mime type to my server. This is my current .htaccess: AuthUserFile… Read more How To Add Mime Types To An Htaccess File?

How To Return Specific Http Status Code In A Plain Html Page

Google recommends returning a 503 HTTP response when a site is temporarily unavailable. I have a f… Read more How To Return Specific Http Status Code In A Plain Html Page

Change Link Mouseover Text On The Bottom Of A Browser Window

You know that text that appears in the bottom left of your browser when you mouseover a link? How d… Read more Change Link Mouseover Text On The Bottom Of A Browser Window

Prevent Direct Access To A Webpage By Typing The Url

So I'm hosting my website (let's call is abc.com) on goDaddy. I have a login page (abc.com… Read more Prevent Direct Access To A Webpage By Typing The Url

How To Change Mime Types In Mamp

I'm developing a website that has a HTML5 video. It looks like when ogg files are served with o… Read more How To Change Mime Types In Mamp

Why Would Anyone Set (apache Mod_expires Parameter) Expiresbytype To "access Plus 0 Seconds"?

In reviewing the answer to this post, I don't understand why 0 seconds is used for best practic… Read more Why Would Anyone Set (apache Mod_expires Parameter) Expiresbytype To "access Plus 0 Seconds"?