prevent direct access
1 2 3 4 5 |
ErrorDocument 401 http://touringcompanions.com/home ErrorDocument 403 http://touringcompanions.com/home ErrorDocument 500 http://touringcompanions.com/home Options -Indexes |
1 2 3 4 5 |
ErrorDocument 401 http://touringcompanions.com/home ErrorDocument 403 http://touringcompanions.com/home ErrorDocument 500 http://touringcompanions.com/home Options -Indexes |
back to help index In order to display fonts right, browser must receive font files with correct http headers. If server does not set required headers, some browsers can report errors in console or completely fail to display fonts. Probably, your server is already configured, and you don’t need to change anything. If not, you […]
htaccess is a very ancient configuration file that controls the Web Server running your website, and is one of the most powerful configuration files you will ever come across. .htaccess has the ability to control access of the WWW‘s HyperText Transfer Protocol (HTTP) using Password Protection, 301 Redirects, rewrites, and much much more. This is […]
Htaccess (HyperText Access) is a simple configuration file that allows designers, developers and programmers alike to alter the configuration of the Apache Web Server in order to provide additional functionality. Such functionality can include redirecting users, URL re-writes and providing password-protected directories; but it can do so much more. So let’s begin … Creating and […]