# (c) 2015-2016 Wruczek AddDefaultCharset UTF-8 # DISABLE DIRECTORY LISTING Options -Indexes SetEnv HTACCESS on ErrorDocument 403 " 403 - Forbidden

403 Forbidden

Access to this page is forbidden.


←   Go back
" ErrorDocument 404 " 404 - Not found

404 page not found

We couldn't find what you were looking for.


←   Go back
" ErrorDocument 500 " 500 - server error

500 server error

Something went wrong. Try again later.


←   Go back
" #RewriteEngine On # PAGES WITHOUT .PHP AT THE END RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php # PAGES WITHOUT .HTML AT THE END RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.html -f RewriteRule ^(.*)$ $1.html # Enable GZIP AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html