Skip to content Skip to sidebar Skip to footer
Showing posts with the label .htaccess

.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

How To Understand A Website Is Using Gzip Compression?

I am trying to check any website is using gzip or not? I found this explanation on Nibbler, We che… Read more How To Understand A Website Is Using Gzip Compression?

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?

Get Data From Within Url

On my website, say test.com, if someone visits test.com/hello I want it to redirect to test.com and… Read more Get Data From Within Url

Htaccess Url Rewrite With Multiple Variables In Url

I want to make some url rewrite rules on my .htaccess file so that this link: http://myseite.com/in… Read more Htaccess Url Rewrite With Multiple Variables In Url

Deny Direct Access But Allow Regular Html

I have the follow .htaccess inside upload directory: order allow,deny deny from all I want to allo… Read more Deny Direct Access But Allow Regular Html