Metadata
- Source
- FLUID-2909
- Type
- Task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Laurel Williams
- Reporter
- Laurel Williams
- Created
2009-06-03T15:28:41.000-0400 - Updated
2009-06-04T14:53:06.000-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Website
Description
After some discussion we have decided that www.fluidproject.org should re-direct to fluidproject.org and all links should reflect this
Edit conf for cmsms
check and fix .htaccess
ensure that links on the website all refer to fluidproject.org
Comments
-
Laurel Williams commented
2009-06-04T11:02:35.000-0400 completed the edit to the config.php
reviewed the entire website for links to www.fluidproject.org and replaced them with fluidproject.org -
Laurel Williams commented
2009-06-04T11:40:01.000-0400 Jamon recommended looking at http://www.webweaver.nu/html-tips/web-redirection.shtml for .htaccess help
-
Laurel Williams commented
2009-06-04T12:00:21.000-0400 made an addition to the .htaccess file of
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^example\.com
RewriteRule (.*) http://example.com/$1 [R=301,L] -
Laurel Williams commented
2009-06-04T14:23:53.000-0400 completed this task.