kolber / stacey

Cheap & easy content management
http://staceyapp.com
MIT License
1.04k stars 132 forks source link

Redirection #19

Closed michaelsmanley closed 13 years ago

michaelsmanley commented 13 years ago

For my own site, I needed a simple way to do redirections. Thought maybe this would be useful in general.

Rationale/docs here: https://github.com/michaelsmanley/stacey/wiki/Redirection-Asset-Type

The change is actually this commit: https://github.com/michaelsmanley/stacey/commit/cf2955fcea603e98c38a378cc4a64dcb79ad325b

For some reason, that's still including changes from the previous patch (cache bypass), which I thought had been committed to master. I'm a git newbie, so perhaps I'm doing something wrong there.

MSM

herrquark commented 13 years ago

why don't you do that via .htaccess?

michaelsmanley commented 13 years ago

Because, apparently, I am an idiot. I should know better than to futz with this when I have not slept.

Thanks!