kajusK/simple-cms/master/.htaccess - Htaccess File

kajusK/simple-cms/master/.htaccess

Options -Indexes

<Files ~ "^.*.log">
  Order allow,deny
  Deny from all
  Satisfy All
</Files>

RewriteEngine On
# RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(css|js|icon|zip|rar|png|jpg|gif|pdf)$ index.php [L]

AddType application/x-httpd-php .php .phtml

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache