Custom Front Page with the Views Module
| Category |
|---|
| disallow, drupal, robots.txt, views |
| Date Created |
| 13th Feb 2010 |
| Last Updated |
| 9th Jul 2010 |
Custom Front Page with the Views Module
Question
Custom Front Page with the Views Module
Answer
Custom Front Page with the Views Module
If you have the Views Module installed, it will create a front page view located at http://example.com/frontpage. You can control the settings for that page at http://example.com/admin/build/views.
To edit the View for this type of custom front page, go to http://example.com/frontpage and click on the "Override" tab. Then create a Drupal View just as you would create any other Drupal View.
If you have the Views Module installed, be sure to block off that duplicate front page with the following robots.txt rule:
Disallow: /frontpage$
