szluug/osconf-website/master/2013/.htaccess - Htaccess File

szluug/osconf-website/master/2013/.htaccess

# Enable rewrite engine and route requests to framework
<IfModule mod_rewrite>
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache