1234567891011121314151617181920212223 |
- RewriteEngine On
- RewriteCond %{HTTP_HOST} www.greenwoodpromise.com
- RewriteRule (.*) https://greenwoodpromise.com/$1 [R=301,L]
- Redirect 301 /faq-s /eligibility.html
- Redirect 301 /promise-leadership /leadership.html
- Redirect 301 /contact-us /contact.html
- Redirect 301 /greenwood-promise /about.html
- Redirect 301 /students-parents /students.html
- Redirect 301 /resources-research /research.html
- Redirect 301 /phase-2-campaign /about-phase-2.html
- Redirect 301 /gallery-2 /investors.html
- Redirect 301 /news /news.html
|