SuriyaaKudoIsc/wm-search/master/.htaccess - Htaccess File

SuriyaaKudoIsc/wm-search/master/.htaccess

#### .htaccess file ####

# Rewrite function
RewriteEngine On

# Set up mainpage
DirectoryIndex index.html index.php

# Set up language
AddLanguage en .html .php

# Set up cache for robots + browser
<IfModule mod_headers.c>
  Header set Cache-Control "no-cache, no-store, must-revalidate"
  Header set Pragma "no-cache"
  Header set Expires 0
</IfModule>

On Github License

Files

Download PDF of Htaccess file
no-cache, Pragma

Comments

Apache