|
@@ -1,3 +1,7 @@
|
|
|
|
+RewriteEngine On
|
|
|
|
+RewriteCond %{HTTP_HOST} www.greenwoodpromise.com
|
|
|
|
+RewriteRule (.*) https://greenwoodpromise.com/$1 [R=301,L]
|
|
|
|
+
|
|
Redirect 301 /faq-s /eligibility.html
|
|
Redirect 301 /faq-s /eligibility.html
|
|
Redirect 301 /promise-leadership /leadership.html
|
|
Redirect 301 /promise-leadership /leadership.html
|
|
Redirect 301 /contact-us /contact.html
|
|
Redirect 301 /contact-us /contact.html
|
|
@@ -8,13 +12,7 @@ Redirect 301 /phase-2-campaign /about-phase-2.html
|
|
Redirect 301 /gallery-2 /investors.html
|
|
Redirect 301 /gallery-2 /investors.html
|
|
Redirect 301 /news /news.html
|
|
Redirect 301 /news /news.html
|
|
|
|
|
|
-#Options -MultiViews
|
|
|
|
-#RewriteEngine On
|
|
|
|
-#RewriteCond %{REQUEST_FILENAME} !-d
|
|
|
|
-#RewriteCond %{REQUEST_FILENAME} !-f
|
|
|
|
-#RewriteRule ^([^\.]+)$ $1.html [NC,L]
|
|
|
|
|
|
|
|
-#PRODUCTION remove extension and add trailing backslash
|
|
|
|
#RewriteEngine On
|
|
#RewriteEngine On
|
|
#RewriteCond %{REQUEST_FILENAME} !-f
|
|
#RewriteCond %{REQUEST_FILENAME} !-f
|
|
#RewriteRule ^([^/]+)/$ $1.html
|
|
#RewriteRule ^([^/]+)/$ $1.html
|