matysanchez/portfolio/master/.htaccess - Htaccess File

matysanchez/portfolio/master/.htaccess

Options +FollowSymLinks
Options -Indexes
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^resume$          bin/resume.pdf [L]
RewriteRule ^([a-z0-9-]+)$        index.php?cat=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache