newmediakassel/website015/master/public/.htaccess - Htaccess File

newmediakassel/website015/master/public/.htaccess

#switch to php 5.5
AddHandler application/x-httpd-php55 .php .php5 .php4 .php3

# init rewrite engine
RewriteEngine On
RewriteBase /
RedirectMatch 301 ^(.+)/$ $1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . /index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache