darrenterhune / moonshine_no_www

Moonshine plugin for handling no-www redirects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moonshine No-www

A plugin for Moonshine

A plugin for enabled redirect from www subdomain to top domain!

Instructions

  • script/plugin install git://github.com/railsmachine/moonshine_no_www.git

  • Make sure configuration is set to what you really want!

  • Invoke the recipe(s) in your Moonshine manifest

    recipe :no_www
    

Example

Say you have foo.com, and you’re tired of those pesky w’s in your URLs.

First, open up your config/moonshine.yml (or your config/moonshine/production.yml) and make sure that the domain is set to foo.com:

:domain: foo.com

Next, open up your application manifest and add the recipe:

recipe :no_www

You should be all good to go now!

About

Moonshine plugin for handling no-www redirects

License:MIT License


Languages

Language:Ruby 100.0%