mfreema5/freeman.blue/master/.htaccess - Htaccess File

mfreema5/freeman.blue/master/.htaccess

# .htaccess for freeman.blue top-level directory
# MJF  Nov-2015

#    Rewrites don't work as I expect; probably due to vhost-settings or summat.
# RewriteEngine on
# RewriteRule "^thesis" "thesis.html" [NC]

#    Redirects work fine, however, presumably because the target is a full URL.
Redirect 302 "/thesis"     "http://freeman.blue/papers/finding-research-value-thesis-MJF.html"
Redirect 302 "/gamify"     "http://freeman.blue/papers/gamification-lit-review-MJF.html"
Redirect 302 "/email-alts" "http://freeman.blue/papers/alternatives-to-email-MJF.html"
Redirect 302 "/sideways"   "http://freeman.blue/pages/sideways-stats.html"

On Github License

Files

Download PDF of Htaccess file

Comments

Apache