Index: config/apache-stage.conf =================================================================== diff -u -rdf7ef2715fcdfdc562876eea629cd22cb5bf6730 -rec8959bd154abaf4fce90c7b01d504ebfa4e5b51 --- config/apache-stage.conf (.../apache-stage.conf) (revision df7ef2715fcdfdc562876eea629cd22cb5bf6730) +++ config/apache-stage.conf (.../apache-stage.conf) (revision ec8959bd154abaf4fce90c7b01d504ebfa4e5b51) @@ -61,6 +61,12 @@ ErrorDocument 503 /error.html ErrorDocument 504 /error.html + #Redirect permanent / https://apps.lemanscorp.com/ + + RewriteEngine On + RewriteRule ^(.*)$ https://stage.apps.lemanscorp.com$1 [L,R=301] + + Options +FollowSymLinks -Indexes Order Deny,Allow @@ -129,7 +135,7 @@ DocumentRoot /var/www/dashboard-app/public DirectoryIndex index.php - Redirect permanent / https://stage.dashboard.lemanscorp.com/ + Redirect permanent / https://stage.apps.lemanscorp.com/ SetEnv ENVIRONMENT "stage" SetEnv CLSTCAMEL "http://stg-clst-camelint.lemanscorp.com/"