Seth Vargo 5/21/2011

Goodbye .htaccess, Hello Rails

Read Original

This technical article contrasts legacy server-side URL redirect methods (like .htaccess and PHP scripts) with the Rails framework's approach. It details the implementation, advantages (readability, version control, flexibility), and disadvantages (performance, restarts) of handling redirects within a Rails application controller versus traditional web server configuration.

Goodbye .htaccess, Hello Rails

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week