User Tools

Site Tools


htaccess

If you want to send us your comments, please do so. Thanks
More on comments


.htaccess

Nice URL's

See this Dokuwiki manual page

Redirection

Make the server direct to index.shtml add

DirectoryIndex index.shtml

No indexing

No indexing, no url following by searchengines. Works on Apache with mod_headers is enabled. This is usually enabled

Header set X-Robots-Tag "noindex, nofollow"

No Google Floc

Apache

<IfModule mod_headers.c>
  Header always set Permissions-Policy: interest-cohort=()
</IfModule>

robots.txt

Example lines

User-agent: *
# Crawl-delay: Time in seconds between page requests
Crawl-delay: 60
Disallow: /
Disallow: /disclaimer.shtml
Disallow: /privacy.shtml

Main subjects on this wiki: Linux, Debian, HTML, Microcontrollers, Privacy

RSS
Disclaimer
Privacy statement
Bugs statement
Cookies
Copyright © : 2014 - 2024 Webevaluation.nl and the authors
Changes reserved.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
htaccess.txt · Last modified: 11-06-2021 00:47 by wim