Pyraah/QYou/master/.htaccess - Htaccess File

Pyraah/QYou/master/.htaccess

<FilesMatch "quotes|commands|wiki.php|state">
FileETag None

Header unset ETag
Header set Content-Type "text/plain"
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
AddDefaultCharset UTF-8
</FilesMatch>
<FilesMatch "admins">
deny from all
</FilesMatch>
Options +FollowSymlinks
RewriteEngine On
#RewriteCond %{HTTP_HOST} !^(www.|$) [NC]
#RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Errordocument 404 /quotes/index.php/?page=erreur-404

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, no-cache, Pragma, REQUEST_URI

Comments

Apache